Feature #262
How to implement usr login problem ?
| Status: | Closed | Start: | 01/08/2010 | |
|---|---|---|---|---|
| Priority: | Normal | Due date: | ||
| Assigned to: | - | % Done: | 0% |
|
| Category: | - | |||
| Target version: | - |
Description
hi :
I use sessionId() to identify a usr login or logout,but when web page
refresh ,session id also change.can not identify that a usr has safe
logout,or he is requesting web server.
in WT ,How to implement usr login problem ?
History
Updated by Koen Deforche about 2 years ago
- Status changed from New to Resolved
Hey,
You need to use a cookie if you want to keep authentication/identity across sessions, and you can configure reload-is-new-session false to avoid getting a new session when the application is reloaded.
Regards,
koen
Updated by Koen Deforche almost 2 years ago
- Status changed from Resolved to Closed