DirectAction authentification and Session
DirectAction authentification and Session
- Subject: DirectAction authentification and Session
- From: Erwin <email@hidden>
- Date: Fri, 10 Dec 2004 18:19:25 +0100
I am performing the authentification process with a login
DirectAction... before creating any session for the user
it's working fine ... but
in my LoginAction class....
After userID / password checking, I refetch the checkedMember from the
session defaultEditingContext
then I set the session user :
session().takeValueForkey( checkedMember, "authentificatedMember" );
then I display the AuthMemberHomePage
return pageWithName("AuthMemberHomePage");
Therefore I wonder why the URL displayed is "still" a DirectAction URL
style (wa) .... with userID/password displayed
as the session has been now created for this user, I should see a 'wo'
URL ... isn't it ? (I am sure I am wrong....!!)
http://kermac.local:55617/cgi-bin/WebObjects/OVApp.woa/wa/LoginAction/
User?
userid=dingo&password=pluto&1.5=1.5&LoginAction/User=Login&WOSubmitAct
ion=LoginAction/User&wosid=1zOtXIBstZ8JANaMD98Kcg
_______________________________________________
Do not post admin requests to the list. They will be ignored.
Webobjects-dev mailing list (email@hidden)
Help/Unsubscribe/Update your Subscription:
This email sent to email@hidden