how to get the session id

2006-08-10 Thread Tapestry User List

Hello,

I need to retrieve the session ID (JSESSIONID) from IRequestCycle. Is there
way to do that ?

Would be nice if someone have the solution of this non-urgent problem.

Cheers,

Didier


Re: how to get the session id

2006-08-10 Thread Mika Tammilehto
Hi!

You can get the Session id like this:

cycle.getInfrastructure().getRequest().getSession(true).getId();

Cheers,
Mika

Tapestry User List wrote:
 Hello,
 
 I need to retrieve the session ID (JSESSIONID) from IRequestCycle. Is there
 way to do that ?
 
 Would be nice if someone have the solution of this non-urgent problem.
 
 Cheers,
 
 Didier
 



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