Assuming you keep the user credentials (user ID, password etc) in a
persistent layer - database table flat file etc, you could simply add a
field to store the Java class name of the page when the user loads it. Then
if the session ends the last page can be referenced from the field after the
user has logged on and loaded. 




freak182 wrote:
> 
> Hello,
> Is there a way to remember the last page i visited after i lose the
> session. What i mean that for example if im going to checkout but i forgot
> to login first, When i click checkout button, it will redirect me to the
> login page first then when authenticated it will go directly to checkout
> page. Any codes will help :)
> 
> Thanks a lot.
> 
> Cheers.
> 

-- 
View this message in context: 
http://www.nabble.com/remember-last-visited-page-tp15733923p15753353.html
Sent from the Wicket - User mailing list archive at Nabble.com.


---------------------------------------------------------------------
To unsubscribe, e-mail: [EMAIL PROTECTED]
For additional commands, e-mail: [EMAIL PROTECTED]

Reply via email to