1

I have session variable that is created in EditPlaylist.aspx. Edit.aspx is loading EditPlaylist.aspx in an iframe.

when loading sessions from EditPlaylist.aspx page they are null.

the session was not before I added the EditPlaylist.aspx to an iFrame. Is there a workaround for this?

2
  • What is in EditPlaylist.aspx or Edit.aspx? Where do you start the session? Are we psychic or what? Commented Dec 13, 2010 at 22:59
  • why is it loading in an iframe?? Why not editplaylist.aspx do all the work? Commented Dec 13, 2010 at 23:24

1 Answer 1

-2

If its running under IIS , how many workers processes do you have ? if more than 1 - you have to share your session over all instances .

Sign up to request clarification or add additional context in comments.

Comments

Your Answer

By clicking “Post Your Answer”, you agree to our terms of service and acknowledge you have read our privacy policy.

Start asking to get answers

Find the answer to your question by asking.

Ask question

Explore related questions

See similar questions with these tags.