Angelo Chen 写道:
Hi,
In my program I'd verify the user and create an ASO until he log out or the
ASO expires. Now I'd like to add an option: 'remember me' like the one in
yahoo, if checked, program will automatically login the user next time, how
to achieve this? thanks.
A.C.
Try to jsessionid into your client cookie then access your page like this
http://host:80/<virtual_directory>/user/list;jessionid=owruoqweruqweruqwer0283434
You will see the data which you just save in session.
Try it, I'm not sure if it can work.
Good Luck
Guoguo Long
---------------------------------------------------------------------
To unsubscribe, e-mail: [EMAIL PROTECTED]
For additional commands, e-mail: [EMAIL PROTECTED]