Hi,
05/25/2001, 8:01:08 PM, you wrote:
Actually I try to understand when JRun use URL session mechanism. Does
it use both URL rewriting & session cookies simultaneously? Or using
session cookies mean that JRun ignore jsessionid parameter in query
string? More specific: if JRun have been configured to use session cookie
and I send request with no jsessionid cookie but with jsessionid
parameter in query string whether the request be participated in
current user session or not?
JN> JRun lets you turn session cookies on & off, set the cookie name, set
JN> whether the cookies are persistent, and a few other parameters. It also does
JN> a lovely job of autmoaticcaly appending the seeionid to the URL if cookies
JN> are disabled in the client browser.
JN> You can access the session id from your JSP code by calling session.getID().
JN> The interface javax.servlet.http.HttpSession is full of useful methods for
JN> managing session info.
JN> JOE NISKI | Senior Software Engineer/Internet Architect
JN> Nine Dots
JN> 503.548.2176
JN> Portland . Irvine . San Francisco . Toronto
JN> [EMAIL PROTECTED]
>> -----Original Message-----
>> From: Sergey L.Ponomarev [mailto:[EMAIL PROTECTED]]
>> Sent: Thursday, May 24, 2001 10:26 PM
>> To: JRun-Talk
>> Subject: How to configure session tracking mechanism?
>>
>>
>> Hi,
>>
>> How can I configure session tracking mechanism in JRun? It seems to be
>> that properties in *.properties files concern to cockies only. How can
>> I disable/enable session tracking through URL rewriting or hidden
>> fields? Did I miss something?
>>
>> Best regards,
>> Sergey L.Ponomarev
>> mailto:[EMAIL PROTECTED]
>>
>>
>>
>>
Archives: http://www.mail-archive.com/[email protected]/
Unsubscribe: http://www.houseoffusion.com/index.cfm?sidebar=lists