Newsgroups : Borland : borland.public.delphi.internet.winsock : 2006 Mar : Cookies

www.cryer.info
Managed Newsgroup Archive

Cookies

Subject:Cookies
Posted by:"David Fealkoff" (fealko..@iatinc.net)
Date:Thu, 9 Mar 2006 17:44:18

Is there some sample code, server and client side for using cookies?

I've set properties on the client side:
AllowCookies := True;

I've set properties on the server side:
AutoStartSession := True;
SessionState := True;
SessionTimeOut := 3000000;

1) I can determine is that the Session is being maintained.
2) I don't know what role, if any, cookies play in that.
3) I don't if cookies are being created on the client side, what information
is contained in them and how to access the information on the client side.

If I could get a brief explanation and/or  some snippets or demo source code
that would handle the issues in item 3 that would be great.

Thanks.

David

Replies:

www.cryer.info
Managed Newsgroup Archive