views:

22

answers:

0

Hi all,

I've coma across an issue which is only presenting on my site when it has been deployed,

I have a popup which sets a session variable serverside on the user clicking a button, it then uses a javascript startupscript to close the popup and re-load the parent window.

on the parent window in pageload the session variable is read.

on my development machine the variable is saved and restored correctly but on the customers server the session value does not exist.

using cookieless sessions seems to solve the problem, however we do not really want the session guid in the url.

an thoughts on what the problem could be?

cheers

Mark

Update...................

Have just applied the cookieless session parameter to live and the session guids are appearing in the url but the session varible is still being lost.....?

Update 2......................

Not sure about the original issue but I've changed to using querystring and its working fine now.