Click here to Skip to main content
15,907,905 members
Home / Discussions / Web Development
   

Web Development

 
GeneralRe: IIS Question (warning: large post ahead) Pin
Matt Gullett23-Apr-02 3:36
Matt Gullett23-Apr-02 3:36 
GeneralADO/SQL question Pin
alex.barylski22-Apr-02 12:59
alex.barylski22-Apr-02 12:59 
GeneralRe: ADO/SQL question Pin
Konstantin Vasserman22-Apr-02 15:24
Konstantin Vasserman22-Apr-02 15:24 
GeneralRe: ADO/SQL question Pin
alex.barylski22-Apr-02 22:17
alex.barylski22-Apr-02 22:17 
GeneralRe: ADO/SQL question Pin
James T. Johnson22-Apr-02 22:43
James T. Johnson22-Apr-02 22:43 
GeneralRe: ADO/SQL question Pin
Konstantin Vasserman23-Apr-02 0:53
Konstantin Vasserman23-Apr-02 0:53 
GeneralRe: ADO/SQL question Pin
alex.barylski23-Apr-02 11:03
alex.barylski23-Apr-02 11:03 
GeneralUse of CDONTS NewMail Object Pin
Bill S22-Apr-02 11:34
professionalBill S22-Apr-02 11:34 
QuestionHow to open a password protected MS Access database? Pin
22-Apr-02 6:04
suss22-Apr-02 6:04 
AnswerRe: How to open a password protected MS Access database? Pin
24-Apr-02 21:58
suss24-Apr-02 21:58 
Generalbreak up line length after N characters Pin
Garth21-Apr-02 23:10
Garth21-Apr-02 23:10 
GeneralRe: break up line length after N characters Pin
Nick Parker22-Apr-02 6:42
protectorNick Parker22-Apr-02 6:42 
GeneralI don't know where to ask this question? Any response is appreciated. Pin
DanYELL19-Apr-02 14:49
DanYELL19-Apr-02 14:49 
GeneralRe: I don't know where to ask this question? Any response is appreciated. Pin
Philip Patrick19-Apr-02 22:05
professionalPhilip Patrick19-Apr-02 22:05 
GeneralRe: I don't know where to ask this question? Any response is appreciated. Pin
Brian Delahunty21-Apr-02 7:17
Brian Delahunty21-Apr-02 7:17 
GeneralRe: I don't know where to ask this question? Any response is appreciated. Pin
alex.barylski22-Apr-02 12:34
alex.barylski22-Apr-02 12:34 
QuestionASP/JScript cookies...? Pin
alex.barylski18-Apr-02 15:37
alex.barylski18-Apr-02 15:37 
AnswerRe: ASP/JScript cookies...? Pin
Glenn Kees19-Apr-02 4:13
Glenn Kees19-Apr-02 4:13 
AnswerRe: ASP/JScript cookies...? Pin
Brian V Shifrin19-Apr-02 4:40
Brian V Shifrin19-Apr-02 4:40 
Hmm,

Cookies, cookies and more cookies.

In WinWorld ALL cookies created with InternetSetCookie / InternetGetCookie API's.

( except of may be Netscrape).


IIS/ASP sends cookies to the browser. Browser/webbrowserCtrl creates permanent cookies. Temporary cookies never written to HD.

InternetSetCookie takes URL. This is were it could falls appart.
http://127.0.0.1 could be different from http://your.com.pu.ter

To verify that your permanet cookies are working
Just call InternetGetCookie. For example:

bRet =
InternetGetCookie("http://www.yahoo.com",
NULL, sCookieVal, 10240)

Brian



Generalie6 image toolbar... Pin
l a u r e n18-Apr-02 12:23
l a u r e n18-Apr-02 12:23 
GeneralRe: ie6 image toolbar... Pin
Shog918-Apr-02 12:49
sitebuilderShog918-Apr-02 12:49 
GeneralRe: ie6 image toolbar... Pin
l a u r e n18-Apr-02 20:56
l a u r e n18-Apr-02 20:56 
GeneralRe: ie6 image toolbar... Pin
Nick Parker22-Apr-02 6:46
protectorNick Parker22-Apr-02 6:46 
GeneralDatabase Transactions Pin
18-Apr-02 8:08
suss18-Apr-02 8:08 
Generalweb page scroll bars... Pin
l a u r e n17-Apr-02 22:33
l a u r e n17-Apr-02 22:33 

General General    News News    Suggestion Suggestion    Question Question    Bug Bug    Answer Answer    Joke Joke    Praise Praise    Rant Rant    Admin Admin   

Use Ctrl+Left/Right to switch messages, Ctrl+Up/Down to switch threads, Ctrl+Shift+Left/Right to switch pages.