i suppose if you have a high-traffic site with a lot of dynamic content, but
no need to do anything session-specific, disabling session management could
speed things up.

Joe

> -----Original Message-----
> From: Jackie Comeau [mailto:[EMAIL PROTECTED]]
> Sent: Friday, May 25, 2001 9:24 AM
> To: JRun-Talk
> Subject: RE: How to configure session tracking mechanism?
> 
> 
> Just out of curiousity, where would be an example of wanting 
> to shut off 
> session cookie? How would your apps run without it? Just 
> curious why this 
> capability.
> 
> Jackie
> 
> On Friday, May 25, 2001 12:01 PM, Joe Niski 
> [SMTP:[EMAIL PROTECTED]] 
> wrote:
> > JRun lets you turn session cookies on & off, set the cookie 
> name, set
> > whether the cookies are persistent, and a few other 
> parameters. It also 
> does
> > a lovely job of autmoaticcaly appending the seeionid to the URL if 
> cookies
> > are disabled in the client browser.
> >
> > You can access the session id from your JSP code by calling 
> session.getID().
> > The interface javax.servlet.http.HttpSession is full of 
> useful methods 
> for
> > managing session info.
> >
> > JOE NISKI | Senior Software Engineer/Internet Architect
> > Nine Dots
> > 503.548.2176
> > Portland . Irvine . San Francisco . Toronto
> > [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]
> > >
> > >
> > >
> > >
> >
>
~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
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