![]() |
|
|
|
#1 |
|
can i set explicit path for cookies in asp.net
by default we set path="/" which is default path of cookies folder, Thanks in advance raj |
|
|
|
|
#2 |
|
Posts: n/a
|
Is HttpCookie.Path what you're looking for?
-Brock DevelopMentor http://staff.develop.com/ballen > can i set explicit path for cookies in asp.net > > by default we set path="/" which is default path of cookies folder, > > Thanks in advance > Brock Allen |
|
|
|
#3 |
|
Posts: n/a
|
the path set for a cookie is not the folder to store the cookie, but rather
tell the browser to which web sites to tie the cookie. you can tie a cookie. say you have mysite.com/dir1 mysite.com/dir2 you can tie the cookie to mysite.com, so its shared between site, a specify a path and each site can have its own cookie. -- bruce (sqlwork.com) "raj" <> wrote in message news: oups.com... > can i set explicit path for cookies in asp.net > > by default we set path="/" which is default path of cookies folder, > > Thanks in advance > Bruce Barker |
|
![]() |
| Thread Tools | Search this Thread |
|
|
Similar Threads
|
||||
| Thread | Thread Starter | Forum | Replies | Last Post |
| javascript relative path to load xml file | torontodesi | Software | 2 | 02-26-2009 01:13 PM |
| "src" path changing automatically?? | lisaj | Software | 0 | 04-03-2008 11:36 AM |
| Get the Physical path of a sharpoint site | arun_gp | Software | 0 | 07-31-2007 11:33 AM |
| how to upload a folder path??? | chinna | Software | 0 | 10-03-2006 11:47 AM |
| Set default path of <input type = file> | vj_india | Software | 1 | 09-15-2006 06:17 PM |