malin
Newbie
Posts: 1
Registered: 2/9/2005
Member Is Offline
|
| posted on 2/9/2005 at 12:29 PM |
|
|
Cookies
I try using cookies to store session data in an application using the Tigra menu. Problem is my cookie that holds session information is lost when a
user is redirected to a new page via the menu. If I use a href link the cookie is still there. Any help on this would be very appreciated.
Thx, Malin
|
|
|
tigra
Administrator
Posts: 1990
Registered: 6/17/2002
Location: US, CO
Member Is Offline
|
| posted on 2/19/2005 at 12:43 AM |
|
|
The menu uses the very same <a href=".."> tag and there is no cookies related code in the script so cookies can not affected in any way.
If you lose session data it doesn't neccessary mean that you browser loses cookies. Some scripting environments such as PHP can use URL parameter
instead of cookies to pass session ID. In such scenario you need to generate structure in menu_items.js dynamically adding session ID in all URLs.
|
|
|