session cookie
Reported by Vsevolod Balashov | January 16th, 2009 @ 06:18 AM
At each request nitrogen set cookie "wf" with path="/" It necessary?
It would be better if the session cookie will be set/clear manually, only when it is really needed. For example, when user login/logout, adding goods to basket, etc.
Also that the developer would be able to set a path value. For 2 or more nitrogen apps in one site.
Example: wf="" path="/blog" for nitrogen blog app routed at http://example.com/blog wf="" path="/wiki" for nitrogen wiki app routed at http://example.com/wiki
Comments and changes to this ticket
-
Rusty Klophaus April 13th, 2010 @ 09:37 PM
- State changed from new to resolved
- Assigned user set to Rusty Klophaus
As of 2.x, you can now set the Nitrogen session cookie in the ./etc/app.config file within a Nitrogen project.
Please Sign in or create a free account to add a new ticket.
With your very own profile, you can contribute to projects, track your activity, watch tickets, receive and update tickets through your email and much more.
Create your profile
Help contribute to this project by taking a few moments to create your personal profile. Create your profile »
Nitrogen Web Framework for Erlang