Complete URL
Hi, i'm using cookieless State Sessions
And i need to know the complete URL of the Request, with the sessionId in it
If i try to use Request.Url it doesn't contains the SessionID
I can use Request.RawUrl, but this contains the SessionID if i use it in localhost, but when i put it in my Web Host Server, i don't get it with the SessionID (even though i can see it in my URL address in the Browser)
Thanks
|