Re: Session Customization

2004-09-26 Thread Craig McClanahan
You'll need to modify your servlet container to accomplish any of these goals ... there's nothing you can do at the web application level. One thing you'll find more complex than expected is wanting to save session attributes in the database. Remember that session attributes can be any arbitrary

Session Customization

2004-09-25 Thread Juan B. Rodriguez
Hello everyone, I'm just starting out with Java/Struts from a previous development environment. I would like to customize the default session behaviour by doing the following: 1. Customized Session Id I want to generate my own id (mostly as a cookie, I don't think I'd like to encourage URL rew