so thats not something exposed by the servlet api itself...if i understand u
correctly?, well though for my development i use tomcat/jetty servlet
containers, but our app is deployed on the oracle app server, which has its
own mini servlet engine (OSE), now given that i would need to extend the
session managers of each and provide my own, and i am getting a stomach ache
by just thinking about it.

Farhan.


markt-2 wrote:
> 
> mfs wrote:
>> Given the above context, i was wondering if there is some way i can
>> provide
>> my own unique sessionId to the servlet container whenever it creates a
>> unique http session against a user.
> 
> You would need to write your own manager. You should be able to extend 
> org.apache.catalina.session.StandardManager and override
> generateSessionId()
> 
> See also http://tomcat.apache.org/tomcat-6.0-doc/config/manager.html
> 
> Mark
> 
> 
> ---------------------------------------------------------------------
> To start a new topic, e-mail: users@tomcat.apache.org
> To unsubscribe, e-mail: [EMAIL PROTECTED]
> For additional commands, e-mail: [EMAIL PROTECTED]
> 
> 
> 

-- 
View this message in context: 
http://www.nabble.com/jsessionId---is-there-a-way-to-generate-set-in-the-container-tp16738580p16747531.html
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]
For additional commands, e-mail: [EMAIL PROTECTED]

Reply via email to