You are viewing a plain text version of this content. The canonical link for it is here.
Posted to users@tapestry.apache.org by Shing Hing Man <ma...@yahoo.com> on 2007/08/12 23:51:23 UTC

T5: How to get id of HttpSession

I have checked that the API of  IOC service 
org.apache.tapestry.services.Request and Session
do not return HttpSession.getId().

How to get HttpSession.getId() ?

Shing 

Home page : http://www.lombok.demon.co.uk/



      ___________________________________________________________
Yahoo! Answers - Got a question? Someone out there knows the answer. Try it
now.
http://uk.answers.yahoo.com/ 

---------------------------------------------------------------------
To unsubscribe, e-mail: users-unsubscribe@tapestry.apache.org
For additional commands, e-mail: users-help@tapestry.apache.org


RE: T5: How to get id of HttpSession

Posted by Shing Hing Man <ma...@yahoo.com>.
Thanks!

Shing


--- Jonathan Glanz <jg...@densebrain.com> wrote:

> Use
> 
> @Inject
> Private RequestGlobals globals;
> 
> Then 
> 
> Globals.getHTTPServletRequest();
> 
> 
> -cheers, Jon
> 
> -----Original Message-----
> From: Shing Hing Man [mailto:matmsh@yahoo.com] 
> Sent: Sunday, August 12, 2007 2:51 PM
> To: tapestry Tapestry
> Subject: T5: How to get id of HttpSession 
> 
> I have checked that the API of  IOC service 
> org.apache.tapestry.services.Request and Session
> do not return HttpSession.getId().
> 
> How to get HttpSession.getId() ?
> 
> Shing 
> 
> Home page : http://www.lombok.demon.co.uk/
> 
> 
> 
>      
>
___________________________________________________________
> Yahoo! Answers - Got a question? Someone out there
> knows the answer. Try it
> now.
> http://uk.answers.yahoo.com/ 
> 
>
---------------------------------------------------------------------
> To unsubscribe, e-mail:
> users-unsubscribe@tapestry.apache.org
> For additional commands, e-mail:
> users-help@tapestry.apache.org
> 
> 
> 
>
---------------------------------------------------------------------
> To unsubscribe, e-mail:
> users-unsubscribe@tapestry.apache.org
> For additional commands, e-mail:
> users-help@tapestry.apache.org
> 
> 


Home page : http://www.lombok.demon.co.uk/



      ___________________________________________________________
Yahoo! Answers - Got a question? Someone out there knows the answer. Try it
now.
http://uk.answers.yahoo.com/ 

---------------------------------------------------------------------
To unsubscribe, e-mail: users-unsubscribe@tapestry.apache.org
For additional commands, e-mail: users-help@tapestry.apache.org


RE: T5: How to get id of HttpSession

Posted by Jonathan Glanz <jg...@densebrain.com>.
Use

@Inject
Private RequestGlobals globals;

Then 

Globals.getHTTPServletRequest();


-cheers, Jon

-----Original Message-----
From: Shing Hing Man [mailto:matmsh@yahoo.com] 
Sent: Sunday, August 12, 2007 2:51 PM
To: tapestry Tapestry
Subject: T5: How to get id of HttpSession 

I have checked that the API of  IOC service 
org.apache.tapestry.services.Request and Session
do not return HttpSession.getId().

How to get HttpSession.getId() ?

Shing 

Home page : http://www.lombok.demon.co.uk/



      ___________________________________________________________
Yahoo! Answers - Got a question? Someone out there knows the answer. Try it
now.
http://uk.answers.yahoo.com/ 

---------------------------------------------------------------------
To unsubscribe, e-mail: users-unsubscribe@tapestry.apache.org
For additional commands, e-mail: users-help@tapestry.apache.org



---------------------------------------------------------------------
To unsubscribe, e-mail: users-unsubscribe@tapestry.apache.org
For additional commands, e-mail: users-help@tapestry.apache.org