Re: Autoencoded urls/Posting

2000-08-03 Thread Ciaran McNulty
Yes, this is the default behaviour. If the user doesn't have cookies enabled, orion will append the session key to the URL and you don't have to rewrite your code to handle this, it's all done by the server. -Ciaran > > Can someone explaing to me how orion knows what session is curren

Re: Autoencoded urls

2000-08-03 Thread Ciaran McNulty
> Hi folks, > > Is the url autoencoding feature is functional ? > There are two attributes for session-tracking tag > in orion-web.xml: autoencode-urls, and autoencode-absolute-urls. > I set both to true. But it doesn' work - session are lost if > browser does not have cookies. Autoencoded

Re: .JSP and Support Classes - Support Classes not reloading.

2000-07-13 Thread Ciaran McNulty
You should be able to make the application redeploy by touching the web.xml file. -Ciaran > I have created a simple JSP that imports one of my own classes to validate > users, get users rights, etc... When I make changes to this "external" > class, it is not updated. For instance: > > public cla

Re: What is definition of "session-timeout" ?

2000-07-06 Thread Ciaran McNulty
As far as I'm aware, it's teh time since the object was last used. Simply checking a value in the session seems to be enough to restart the timer. Hope this helps (and is accurate) -Ciaran Dear Orion Interest Group: I'm controlling the time-out of server side java beans using the web