Re: Flash menu doesn't work when the session is expired



On Jun 26, 9:06 pm, Alex <A...@xxxxxxxxxxxxxxxxxxxxxxxxx> wrote:
I had <deny users="?" /> in the web.config but still doesn't work. If I put
debug="true" in the page head it works. For example, the inventory.aspx only
works if I put debug="true" to its head. But orderstatus.aspx doesn't work if
I don't put debug="true" in its head. And it looks stiall work even I remove
debug="true" from Inventory.aspx. These confuse me.


Let me understand

default.aspx has menu and a link in menu to inventory.aspx

When you stay on the default.aspx and session is expired link to
inventory.aspx is working and you don't have a redirect to login.aspx
and session is also gone.

I'm right?

.



Relevant Pages