How to create custom session and cookie?

2013-09-08 Thread Marc Boorshtein
I'm trying to figure out how I can create custom session cookies. I've found the Manager interface for creating the sessions, but there's nothing about the actual session cookie. I don't see anything in the Valve interface that will let me do this either. Is this possible in Tomcat 7 (or 8?).

Re: How to create custom session and cookie?

2013-09-08 Thread Michael-O
Am 2013-09-08 14:15, schrieb Marc Boorshtein: I'm trying to figure out how I can create custom session cookies. I've found the Manager interface for creating the sessions, but there's nothing about the actual session cookie. I don't see anything in the Valve interface that will let me do this

Re: How to create custom session and cookie?

2013-09-08 Thread Marc Boorshtein
I need to be more dynamic. I need to be able to setthe session name and domain based on the url. On Sep 8, 2013 9:12 AM, Michael-O 1983-01...@gmx.net wrote: Am 2013-09-08 14:15, schrieb Marc Boorshtein: I'm trying to figure out how I can create custom session cookies. I've found the Manager

Re: How to create custom session and cookie?

2013-09-08 Thread Michael-O
Am 2013-09-08 16:34, schrieb Marc Boorshtein: I need to be more dynamic. I need to be able to setthe session name and domain based on the url. On Sep 8, 2013 9:12 AM, Michael-O 1983-01...@gmx.net wrote: 1. Do *not* top-post! 2. Session name? You obviously mean session /cookie/ name. Make it

Re: How to create custom session and cookie?

2013-09-08 Thread Christopher Schultz
-BEGIN PGP SIGNED MESSAGE- Hash: SHA256 Marc, On 9/8/13 10:34 AM, Marc Boorshtein wrote: On Sep 8, 2013 9:12 AM, Michael-O 1983-01...@gmx.net wrote: Am 2013-09-08 14:15, schrieb Marc Boorshtein: I'm trying to figure out how I can create custom session cookies. I've found the