RE: Save sessions across restarts

2007-06-22 Thread Propes, Barry L
that's not allowed, is it? -Original Message- From: lightbulb432 [mailto:[EMAIL PROTECTED] Sent: Sunday, June 17, 2007 3:28 PM To: users@tomcat.apache.org Subject: Save sessions across restarts During development, I'd like my sessions to stick around while I reload the context

Re: Save sessions across restarts

2007-06-19 Thread Stephen Souness
Martin Gainty wrote: playing around with sessions or cookies has no impact on ability to preserve one's capability or ability to establish role verification if you dont know anything about jetspeed you need to stay quiet In any event lets take this offline as you dont have a clue what SSO

Re[2]: Save sessions across restarts

2007-06-19 Thread 吴熊敏
Hahaha!!agree with you !! On Wed, 20 Jun 2007 12:51:08 +1200 Stephen Souness [EMAIL PROTECTED] wrote: Martin Gainty wrote: playing around with sessions or cookies has no impact on ability to preserve one's capability or ability to establish role verification if you dont know anything

Save sessions across restarts

2007-06-17 Thread lightbulb432
://www.nabble.com/Save-sessions-across-restarts-tf3937140.html#a11166675 Sent from the Tomcat - User mailing list archive at Nabble.com. - To start a new topic, e-mail: users@tomcat.apache.org To unsubscribe, e-mail: [EMAIL PROTECTED

Re: Save sessions across restarts

2007-06-17 Thread Martin Gainty
@tomcat.apache.org Sent: Sunday, June 17, 2007 4:27 PM Subject: Save sessions across restarts During development, I'd like my sessions to stick around while I reload the context or restart the container, so that when I make a change to a servlet, for example, that requires a context reload, I don't

Re: Save sessions across restarts

2007-06-17 Thread Mark Thomas
Martin Gainty wrote: What you need is SingleSignOn capability I would suggest looking at JetSpeed.. http://portals.apache.org/jetspeed-2/guides/guide-tomcat-sso-cross-context-j2-realm.html No, he doesn't. The OP asked about session persistence across reload / restart. This has nothing to do

Re: Save sessions across restarts

2007-06-17 Thread Mark Thomas
lightbulb432 wrote: I notice the saveOnRestart attribute, which is supposed to be enabled by default. Why is it that I must relogin every time? Is your app being redeployed? What happens if you restart without making any code changes? Mark

Re: Save sessions across restarts

2007-06-17 Thread Len Popp
Message - From: lightbulb432 [EMAIL PROTECTED] To: users@tomcat.apache.org Sent: Sunday, June 17, 2007 4:27 PM Subject: Save sessions across restarts During development, I'd like my sessions to stick around while I reload the context or restart the container, so that when I make a change

Re: Save sessions across restarts

2007-06-17 Thread Martin Gainty
making a copy. Thank you. - Original Message - From: Len Popp [EMAIL PROTECTED] To: Tomcat Users List users@tomcat.apache.org; Martin Gainty [EMAIL PROTECTED] Sent: Sunday, June 17, 2007 5:14 PM Subject: Re: Save sessions across restarts As usual, Martin, you're completely off base