I'm trying to restore a session with an existing session ID. So far unfortunately without success.
things that have not worked:
- delete session and set new session with
session_start() - delete session cookie and set a new one
- change security configuration in Session Lib
does anyone have another idea?