Is is possible to enable persistent cookies and disable session cookies?
- by Sem Dendoncker
Hello,
We have an application that uses a persistent cookie to store the language of the user and a session cookie for authentication.
Now our site starts with a number of tests such as: javascript, cookies, flash plugin, sound and popup and only if all tests succeed you can go to the logon page.
After logging in you can see the application.
Now…