i beleive that JRun will first try to set the cookie, and puts the id in the
URL only if the cookie can't be set.

i know form experience that you can successully use the sessionid in a URL
even if cookies are enabled (i had to do this when my app opens new browser
windows, or when i have to pass the session id to a Flash or Shockwave
movie).

Also, "jsessionid" is simply the default name for the sesison id - you can
configure a different name for each web app running in your JRun server.

Joe

> -----Original Message-----
> From: Sergey L.Ponomarev [mailto:[EMAIL PROTECTED]]
> Sent: Monday, May 28, 2001 12:27 AM
> To: JRun-Talk
> Subject: Re: How to configure session tracking mechanism?
> 
> 
> 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?
> 


~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
Structure your ColdFusion code with Fusebox. Get the official book at 
http://www.fusionauthority.com/bkinfo.cfm
Archives: http://www.mail-archive.com/[email protected]/
Unsubscribe: http://www.houseoffusion.com/index.cfm?sidebar=lists

Reply via email to