Re: [Wicket-user] page expired when i restart jetty

2005-05-20 Thread Eelco Hillenius
That happens because your session is invalidated on a restart. I think
tomcat serializes its sessions first, so on a restart of Tomcat you can
continue with the same/ reloaded session.

No way to avoid in as far as I know. B.t.w, all bookmarkable pages
should work without a problem, as they don't need to get a page from the
session first.

Eelco


叶卫国 wrote:

>When i restart jetty in eclipse, display this message:
>
>Page Expired
>The page you requested has expired.
>
>Return to home page
>
>why? and how to avoid it? thanks
>
>
>
>
>---
>This SF.Net email is sponsored by Oracle Space Sweepstakes
>Want to be the first software developer in space?
>Enter now for the Oracle Space Sweepstakes!
>http://ads.osdn.com/?ad_id=7412&alloc_id=16344&op=click
>___
>Wicket-user mailing list
>Wicket-user@lists.sourceforge.net
>https://lists.sourceforge.net/lists/listinfo/wicket-user
>  
>



---
This SF.Net email is sponsored by Oracle Space Sweepstakes
Want to be the first software developer in space?
Enter now for the Oracle Space Sweepstakes!
http://ads.osdn.com/?ad_id=7412&alloc_id=16344&op=click
___
Wicket-user mailing list
Wicket-user@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/wicket-user


Re: [Wicket-user] page expired when i restart jetty

2005-05-20 Thread Johan Compagner
not if you where on a bookmarkable page
Or if jetty stores the session on disk and read them back in if you restart.

If both is not the case then the session isn't there any more and we
can't construct the components/page
so we have no idea where to dispatch the request. So the page was expired.

johan


叶卫国 wrote:

>When i restart jetty in eclipse, display this message:
>
>Page Expired
>The page you requested has expired.
>
>Return to home page
>
>why? and how to avoid it? thanks
>
>
>
>
>---
>This SF.Net email is sponsored by Oracle Space Sweepstakes
>Want to be the first software developer in space?
>Enter now for the Oracle Space Sweepstakes!
>http://ads.osdn.com/?ad_id=7412&alloc_id=16344&op=click
>___
>Wicket-user mailing list
>Wicket-user@lists.sourceforge.net
>https://lists.sourceforge.net/lists/listinfo/wicket-user
>
>  
>


---
This SF.Net email is sponsored by Oracle Space Sweepstakes
Want to be the first software developer in space?
Enter now for the Oracle Space Sweepstakes!
http://ads.osdn.com/?ad_idt12&alloc_id344&op=click
___
Wicket-user mailing list
Wicket-user@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/wicket-user


[Wicket-user] page expired when i restart jetty

2005-05-20 Thread 叶卫国
When i restart jetty in eclipse, display this message:

Page Expired
The page you requested has expired.

Return to home page

why? and how to avoid it? thanks




---
This SF.Net email is sponsored by Oracle Space Sweepstakes
Want to be the first software developer in space?
Enter now for the Oracle Space Sweepstakes!
http://ads.osdn.com/?ad_id=7412&alloc_id=16344&op=click
___
Wicket-user mailing list
Wicket-user@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/wicket-user