Level Extreme platform
Subscription
Corporate profile
Products & Services
Support
Legal
Français
Trouble with Session Class
Message
General information
Forum:
Visual FoxPro
Category:
West Wind Web Connection
Miscellaneous
Thread ID:
00782249
Message ID:
00782521
Views:
15
You need to have the HTTP Header object to write out the details to the response object, so you could use the HTMLHeader method of the response object and pass the loHeader object as the fourth paramater:
example from the WebConnect help file
Response.HTMLHeader("Test","Test","",loHeader)
or you could pass the response object as a parameter when you are creating the header object and call the CompleteHeader method on the loHeader object:
loHeader = CREATEOBJECT("wwHTTPHeader", Response)) 
loHeader.DefaultHeader()
lcCookie = loSession.NewSession()
loHeader.AddCookie("wwUser", lcCookie)
loHeader.CompleteHeader()
A fish this fine deserves to be a fish nugget styled chunklet.
- Fry
Previous
Next
Reply
Map
View

Click here to load this message in the networking platform