You can encode the session ID into a URL using Page.sessionEncode(url). Redirect to that URL and it should automatically pick up the session.
- Geoff > -----Original Message----- > From: [EMAIL PROTECTED] [mailto:[EMAIL PROTECTED]] > Sent: Sunday, March 24, 2002 4:29 AM > To: [EMAIL PROTECTED] > Subject: [Webware-discuss] getting to other sessions > > > Hi, > > is there a way to get session information for a session that > I know the > sid for? I'm redirecting a user to a secure URL and so I > cannot pass form > data, plus the session doesn't work because a new session is > generated for > the new URL. > > I'm thinking I can pass the sid in the URL I redirect to and > then on the > redirected page look up the appropriate session to get at the > info I need. > > Or does someone have a better way to do this? > > -- > --- > Dennis Sacks > [EMAIL PROTECTED] > "Things are falling down on me, heavy things I could not see" > > > > _______________________________________________ > Webware-discuss mailing list > [EMAIL PROTECTED] > https://lists.sourceforge.net/lists/listinfo/webware-discuss > _______________________________________________ Webware-discuss mailing list [EMAIL PROTECTED] https://lists.sourceforge.net/lists/listinfo/webware-discuss
