Jump to content

PHP & ASP environment


kid_drew

Recommended Posts

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
Link to comment
Share on other sites

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.
Link to comment
Share on other sites

This thread is more than a year old. Please don't revive it unless you have something important to add.

Join the conversation

You can post now and register later. If you have an account, sign in now to post with your account.

Guest
Reply to this topic...

×   Pasted as rich text.   Restore formatting

  Only 75 emoji are allowed.

×   Your link has been automatically embedded.   Display as a link instead

×   Your previous content has been restored.   Clear editor

×   You cannot paste images directly. Upload or insert images from URL.

×
×
  • Create New...

Important Information

We have placed cookies on your device to help make this website better. You can adjust your cookie settings, otherwise we'll assume you're okay to continue.