Re: Running a Session routine only once, when user first logs in
Re: Running a Session routine only once, when user first logs in
- Subject: Re: Running a Session routine only once, when user first logs in
- From: Urddh Huck <email@hidden>
- Date: Mon, 13 Jan 2003 11:22:42 -0800 (PST)
Presumably, you'd have an action that executes when you log in, to
verify the credentials of the user. You'd bind that action to the
action for the form containing the login name/password/whatever. Then
you'd set those values in this action. That should ensure this happens
just once. I don't think awake or the Session constructor would be the
right place for this logic, since those don't have any direct
correspondence to the act of logging in.
Yahoo! Mail Plus - Powerful. Affordable. Sign up now.
http://mailplus.yahoo.com
_______________________________________________
webobjects-dev mailing list | email@hidden
Help/Unsubscribe/Archives: http://www.lists.apple.com/mailman/listinfo/webobjects-dev
Do not post admin requests to the list. They will be ignored.