> From: ryoung5367 [mailto:[EMAIL PROTECTED] > Subject: Re: Question about Session MGMT > > I was just looking at how to turn off cookies in the > context.xml file it added this: > > <parameter> > <name>cookie</name> > <value>false</value> > </parameter>
That's incorrect. The cookies attribute (it's not an XML element) should be specified like this: <Context cookies="false"> ... </Context> - Chuck THIS COMMUNICATION MAY CONTAIN CONFIDENTIAL AND/OR OTHERWISE PROPRIETARY MATERIAL and is thus for use only by the intended recipient. If you received this in error, please contact the sender and delete the e-mail and its attachments from all computers. --------------------------------------------------------------------- To start a new topic, e-mail: users@tomcat.apache.org To unsubscribe, e-mail: [EMAIL PROTECTED] For additional commands, e-mail: [EMAIL PROTECTED]