no response to this inquiry?

  • Thread starter Thread starter Guest
  • Start date Start date
Hey Bob, now you got me all curious about why are you inquiring about this
inquiry!!



Man, I don't think I will be able to get any sleep tonight.
 
You know I lost my intellectual curiosity there for a moment but now it's
back due to all the interest - (i.e. curiosity fervor).

Hi;

I'm looking for the cookie in my personalfolder directory that I thought
this postback code should create.

Dim MyCookieCollection As New HttpCookieCollection
Dim MyCookie As New HttpCookie("LastVisit")
MyCookie.Path = personalfolderpath
MyCookie.Value = DateTime.Now().ToString()
MyCookieCollection.Add(MyCookie)
'? MyCookieCollection.Set(MyCookie)

What else do I need to do?

Thnx Segue - I work a lot
 
Turns out you can't set the path for a cookie - the path property is for

path=path; Setting a path for the cookie allows the current document to
share cookie information with other pages within the same domain—that is, if
the path is set to /thispathname, all pages in /thispathname and all pages in
subfolders of /thispathname can access the same cookie information.

Helps if you read about the object.
 

Ask a Question

Want to reply to this thread or ask your own question?

You'll need to choose a username for the site, which only take a couple of moments. After that, you can post your question and our members will help you out.

Ask a Question

Similar Threads

Apple PC 5
Prefilled Outlook Yes Voting Button response 0
Outlook Creating Outlook 2010 Custom Action 0
QUERY MULTIPLE CRITERIA 2
technical inquiry webform 2
Anyone can read this? 12
Complex query coding Question 7
Pivot Table Help 1

Back
Top