I was wondering if session variables exist within frames. Meaning that if I start a session in my code, can this session carry over to frames.
What I have is a page that starts the session and then other pages that checks to see if the user is vaild and then executes the code. This works on the top frame but doesn't seem to be working on the other frames.
Any suggestions or articles I can take a look at would be appreciated.
Thanks for your time.