Random Strings appearing in URL

Collapse
This topic is closed.
X
X
 
  • Time
  • Show
Clear All
new posts
  • =?Utf-8?B?S2FybFN0b25leQ==?=

    Random Strings appearing in URL

    Hey Everyone,
    Please can anyone help me with this issue, i'm developing a .net website
    (VB) and recently (for no reason) when i go to the site
    (http://mailgate/companyweb/) it adds a random string to the url, for example
    it may become http://mailgate/companyweb/(S(aolspj...oz1fi4vyh55))/

    It is driving me mad because these strings are dynamic, almost like they are
    some sort of session ID, therefore people can't copy and paste links to
    eachother...

    Any help would be greatly appreciated.
  • rowe_newsgroups

    #2
    Re: Random Strings appearing in URL

    On Aug 27, 1:02 pm, KarlStoney <KarlSto...@dis cussions.micros oft.com>
    wrote:
    Hey Everyone,
    Please can anyone help me with this issue, i'm developing a .net website
    (VB) and recently (for no reason) when i go to the site
    (http://mailgate/companyweb/) it adds a random string to the url, for example
    it may becomehttp://mailgate/companyweb/(S(aolspj454tfe qoz1fi4vyh55))/
    >
    It is driving me mad because these strings are dynamic, almost like they are
    some sort of session ID, therefore people can't copy and paste links to
    eachother...
    >
    Any help would be greatly appreciated.
    Yep, it's your session id, you need to turn off cookieless mode:



    Thanks,

    Seth Rowe [MVP]

    Comment

    Working...