hi, i have a site with authentication form and some frames.
the problem is that when i use cookieless authentication i don't know how set the frame's src path, all the property off request don't give me the url with
the authentication string (es www.site.com/F(f9gf9g8df9gidf9gidf9gid9gi)/index.aspx ) so i can't set the frame to a path that include
the string F(f9gf9g8df9gidf9gidf9gid9gi) and the user for the frame isn't authenticated.
The only way that i have found is get it by the server variable HTTP_ASPFILTERSESSIONID but i don't like very much this solution,
somebody knows a clean solution for my problem?
thanks