kid_drew Posted October 2, 2006 Share Posted October 2, 2006 Ok, so let's skip the obvious question of "why the hell would you ever want to do this" and just understand that this is the situation that I'm in. I am attempting to write a php script (because that's what I know) for a friend's project which is created with DotNetNuke, an ASP.NET environment. I have created a PHP session and everything seems to work correctly unless the user logs into DotNetNuke, at which point the PHP session gets blown away. Anyone know why an ASP.NET login would kill a PHP session?Again, I know the setup is ridiculous and I should never be writing PHP scripts for an ASP environment. Don't flame me... ;D Quote Link to comment https://forums.phpfreaks.com/topic/22789-php-asp-environment/ Share on other sites More sharing options...
ober Posted October 2, 2006 Share Posted October 2, 2006 I'd suggest asking this in an ASP board... as they probably know how sessions are handled in ASP. It could be as simple as the fact that DotNetNuke creates it's own session, overwriting yours... which is more than likely the case. I don't know how else you could get around that. You may have to use cookies or hidden form variables to pass your data instead of sessions. Quote Link to comment https://forums.phpfreaks.com/topic/22789-php-asp-environment/#findComment-102651 Share on other sites More sharing options...
manmanman Posted October 2, 2006 Share Posted October 2, 2006 If I were you, I would ask pixel2life.com. They have ASP and PHP help. Quote Link to comment https://forums.phpfreaks.com/topic/22789-php-asp-environment/#findComment-102713 Share on other sites More sharing options...
Recommended Posts
Join the conversation
You can post now and register later. If you have an account, sign in now to post with your account.