Group: User Level: Frischling
Posts: 3 Joined: 4/11/2023 IP-Address: saved

| Hi everyone, I’m working on a legacy project where an ASP application communicates with a small PHP-based module through redirects and form Pips NYT posts. Most of the time it works fine, but every now and then, user session variables get lost when moving between the ASP pages and the PHP pages. I’ve already checked the basics: session timeout values, cookie settings, and even tested on different browsers. What’s puzzling is that the problem doesn’t happen consistently - it only affects certain users, usually after a redirect from ASP to PHP with POST data. Once it happens, they’re forced to log in again. My suspicion is that it might be related to how the server handles session cookies across the two environments (ASP and PHP not sharing the same session store), but I’m not entirely sure. Has anyone here dealt with hybrid setups like this before? I’d love to hear how you managed session persistence without rewriting one side completely. Thanks in advance for any insights, Charlie
|