How to modify ASP Session Cookie Path in ASP?

Collapse
X
 
  • Time
  • Show
Clear All
new posts
  • Soniad
    New Member
    • Jan 2009
    • 66

    How to modify ASP Session Cookie Path in ASP?

    Hello,

    I am running an ASP application.I need to change the path of session cookie which gets created when ASP application is run in the browser.
    Since,By default,Cookies gets stored in local machine.
    I want to store the session cookie in defined path on server.
    I can modify path of user defined/created cookie.But unable to modify session cookie path.
    Somehow i managed to store session cookie on given path on server.But the problem is,first time it gets stored on local machine only which I dont want.

    Kindly Help.

    Regards,
    "D"
Working...