Does anybody know about cookies with west-wind?
I'm trying to set a cookie on a client machine.
When I issue addCookie("USERID",TEMPID,"/","NEVER")
And then
lcid=Request.GetCookie("USERID")
lcid is equal to ""
Is there something I'm missing?
Thanks Jerry
--- StripMime Report -- processed MIME parts ---
multipart/alternative
text/plain (text body -- kept)
text/html
---
_______________________________________________
Post Messages to: ProFox@leafe.com
Subscription Maintenance: http://leafe.com/mailman/listinfo/profox
OT-free version of this list: http://leafe.com/mailman/listinfo/profoxtech
Searchable Archive: http://leafe.com/archives/search/profox
This message: http://leafe.com/archives/byMID/profox/4D4E0C83916542A4810344CD37519FE2@jerryfootePC
** All postings, unless explicitly stated otherwise, are the opinions of the author, and do not constitute legal or medical advice. This statement is added to the messages for those lawyers who are too stupid to see the obvious.
It depends on the version of WWC you are using as to how you reference the
cookies.
John
-----Original Message-----
From: profox-bounces@leafe.com [mailto:profox-bounces@leafe.com] On Behalf
Of Jerry Foote
Sent: Tuesday, May 17, 2011 2:23 PM
To: 'ProFox Email List'
Subject: WEST-WIND WEB CONNECT QUESTION
Does anybody know about cookies with west-wind?
I'm trying to set a cookie on a client machine.
When I issue addCookie("USERID",TEMPID,"/","NEVER")
And then
lcid=Request.GetCookie("USERID")
lcid is equal to ""
Is there something I'm missing?
Thanks Jerry
--- StripMime Report -- processed MIME parts --- multipart/alternative
text/plain (text body -- kept)
text/html
---
[excessive quoting removed by server]
_______________________________________________
Post Messages to: ProFox@leafe.com
Subscription Maintenance: http://leafe.com/mailman/listinfo/profox
OT-free version of this list: http://leafe.com/mailman/listinfo/profoxtech
Searchable Archive: http://leafe.com/archives/search/profox
This message: http://leafe.com/archives/byMID/profox/024201cc14cf$94f2fd00$bed8f700$@shelbynet.com
** All postings, unless explicitly stated otherwise, are the opinions of the author, and do not constitute legal or medical advice. This statement is added to the messages for those lawyers who are too stupid to see the obvious.
John,
My son who is out of the country wrote the routine, It look as if it is
Version 5.0, the code in in the button click of a login form after I gte get
the username and address. What other could would you need to see to help me
thru this
Jerry
-----Original Message-----
From: profox-bounces@leafe.com [mailto:profox-bounces@leafe.com] On Behalf
Of John Harvey
Sent: Tuesday, May 17, 2011 3:18 PM
To: 'ProFox Email List'
Subject: RE: WEST-WIND WEB CONNECT QUESTION
It depends on the version of WWC you are using as to how you reference the
cookies.
John
-----Original Message-----
From: profox-bounces@leafe.com [mailto:profox-bounces@leafe.com] On Behalf
Of Jerry Foote
Sent: Tuesday, May 17, 2011 2:23 PM
To: 'ProFox Email List'
Subject: WEST-WIND WEB CONNECT QUESTION
Does anybody know about cookies with west-wind?
I'm trying to set a cookie on a client machine.
When I issue addCookie("USERID",TEMPID,"/","NEVER")
And then
lcid=Request.GetCookie("USERID")
lcid is equal to ""
Is there something I'm missing?
Thanks Jerry
--- StripMime Report -- processed MIME parts --- multipart/alternative
text/plain (text body -- kept)
text/html
---
[excessive quoting removed by server]
_______________________________________________
Post Messages to: ProFox@leafe.com
Subscription Maintenance: http://leafe.com/mailman/listinfo/profox
OT-free version of this list: http://leafe.com/mailman/listinfo/profoxtech
Searchable Archive: http://leafe.com/archives/search/profox
This message: http://leafe.com/archives/byMID/profox/A7E75417981844408976BEAF6271DBD6@jerryfootePC
** All postings, unless explicitly stated otherwise, are the opinions of the author, and do not constitute legal or medical advice. This statement is added to the messages for those lawyers who are too stupid to see the obvious.
John,
My son who is out of the country wrote the routine, It look as if it is
Version 5.0, the code in in the button click of a login form after I get
the username and password. What other code would you need to see to help me
thru this
Jerry
-----Original Message-----
From: profox-bounces@leafe.com [mailto:profox-bounces@leafe.com] On Behalf
Of John Harvey
Sent: Tuesday, May 17, 2011 3:18 PM
To: 'ProFox Email List'
Subject: RE: WEST-WIND WEB CONNECT QUESTION
It depends on the version of WWC you are using as to how you reference the
cookies.
John
-----Original Message-----
From: profox-bounces@leafe.com [mailto:profox-bounces@leafe.com] On Behalf
Of Jerry Foote
Sent: Tuesday, May 17, 2011 2:23 PM
To: 'ProFox Email List'
Subject: WEST-WIND WEB CONNECT QUESTION
Does anybody know about cookies with west-wind?
I'm trying to set a cookie on a client machine.
When I issue addCookie("USERID",TEMPID,"/","NEVER")
And then
lcid=Request.GetCookie("USERID")
lcid is equal to ""
Is there something I'm missing?
Thanks Jerry
--- StripMime Report -- processed MIME parts --- multipart/alternative
text/plain (text body -- kept)
text/html
---
[excessive quoting removed by server]
_______________________________________________
Post Messages to: ProFox@leafe.com
Subscription Maintenance: http://leafe.com/mailman/listinfo/profox
OT-free version of this list: http://leafe.com/mailman/listinfo/profoxtech
Searchable Archive: http://leafe.com/archives/search/profox
This message: http://leafe.com/archives/byMID/profox/D6E3B31681A14E2295ECD3488F488299@jerryfootePC
** All postings, unless explicitly stated otherwise, are the opinions of the author, and do not constitute legal or medical advice. This statement is added to the messages for those lawyers who are too stupid to see the obvious.
Here is a function I use to check the status of a cookie:
Function ckcookie
Lparameters lcCookie,lcUser
* Local loSession, loHeader, lcSessionId, lcBrowser
If Empty(lcCookie)
loSession=Create("wwsession")
loSession.nSessionTimeOut= _Screen.NTIMEOUT&& seconds - 10
minutes
If !loSession.isvalidsession(lcCookie)
loSession.orequest = Request
lcCookie=loSession.newsession()
Endif
Else
loSession=Create("wwsession")
loSession.nSessionTimeOut= _Screen.NTIMEOUT&& seconds - 10
minutes
If Empty(lcCookie)
lcCookie=Request.GetCookie("WWKIOSK")
loSession.nSessionTimeOut= _Screen.NTIMEOUT&&
seconds - 10 minutes
Endif
If !loSession.isvalidsession(lcCookie)
Response.redirect("/rightsexpired.htm")
Return
Endif
Endif
-----Original Message-----
From: profox-bounces@leafe.com [mailto:profox-bounces@leafe.com] On Behalf
Of Jerry Foote
Sent: Tuesday, May 17, 2011 4:31 PM
To: 'ProFox Email List'
Subject: RE: WEST-WIND WEB CONNECT QUESTION
John,
My son who is out of the country wrote the routine, It look as if it is
Version 5.0, the code in in the button click of a login form after I get the
username and password. What other code would you need to see to help me thru
this Jerry
-----Original Message-----
From: profox-bounces@leafe.com [mailto:profox-bounces@leafe.com] On Behalf
Of John Harvey
Sent: Tuesday, May 17, 2011 3:18 PM
To: 'ProFox Email List'
Subject: RE: WEST-WIND WEB CONNECT QUESTION
It depends on the version of WWC you are using as to how you reference the
cookies.
John
-----Original Message-----
From: profox-bounces@leafe.com [mailto:profox-bounces@leafe.com] On Behalf
Of Jerry Foote
Sent: Tuesday, May 17, 2011 2:23 PM
To: 'ProFox Email List'
Subject: WEST-WIND WEB CONNECT QUESTION
Does anybody know about cookies with west-wind?
I'm trying to set a cookie on a client machine.
When I issue addCookie("USERID",TEMPID,"/","NEVER")
And then
lcid=Request.GetCookie("USERID")
lcid is equal to ""
Is there something I'm missing?
Thanks Jerry
--- StripMime Report -- processed MIME parts --- multipart/alternative
text/plain (text body -- kept)
text/html
---
[excessive quoting removed by server]
_______________________________________________
Post Messages to: ProFox@leafe.com
Subscription Maintenance: http://leafe.com/mailman/listinfo/profox
OT-free version of this list: http://leafe.com/mailman/listinfo/profoxtech
Searchable Archive: http://leafe.com/archives/search/profox
This message: http://leafe.com/archives/byMID/profox/028001cc14de$650b8210$2f228630$@shelbynet.com
** All postings, unless explicitly stated otherwise, are the opinions of the author, and do not constitute legal or medical advice. This statement is added to the messages for those lawyers who are too stupid to see the obvious.
Now I have error
Parsing of the page loginform.wcsx failed.
Couldn't create control: loginform_Page [wwwebpage]Unknown member COOKIES.
What havi dorked now.
Jerry
-----Original Message-----
From: profox-bounces@leafe.com [mailto:profox-bounces@leafe.com] On Behalf
Of John Harvey
Sent: Tuesday, May 17, 2011 5:04 PM
To: 'ProFox Email List'
Subject: RE: WEST-WIND WEB CONNECT QUESTION
Here is a function I use to check the status of a cookie:
Function ckcookie
Lparameters lcCookie,lcUser
* Local loSession, loHeader, lcSessionId, lcBrowser
If Empty(lcCookie)
loSession=Create("wwsession")
loSession.nSessionTimeOut= _Screen.NTIMEOUT&& seconds - 10
minutes
If !loSession.isvalidsession(lcCookie)
loSession.orequest = Request
lcCookie=loSession.newsession()
Endif
Else
loSession=Create("wwsession")
loSession.nSessionTimeOut= _Screen.NTIMEOUT&& seconds - 10
minutes
If Empty(lcCookie)
lcCookie=Request.GetCookie("WWKIOSK")
loSession.nSessionTimeOut= _Screen.NTIMEOUT&&
seconds - 10 minutes
Endif
If !loSession.isvalidsession(lcCookie)
Response.redirect("/rightsexpired.htm")
Return
Endif
Endif
-----Original Message-----
From: profox-bounces@leafe.com [mailto:profox-bounces@leafe.com] On Behalf
Of Jerry Foote
Sent: Tuesday, May 17, 2011 4:31 PM
To: 'ProFox Email List'
Subject: RE: WEST-WIND WEB CONNECT QUESTION
John,
My son who is out of the country wrote the routine, It look as if it is
Version 5.0, the code in in the button click of a login form after I get the
username and password. What other code would you need to see to help me thru
this Jerry
-----Original Message-----
From: profox-bounces@leafe.com [mailto:profox-bounces@leafe.com] On Behalf
Of John Harvey
Sent: Tuesday, May 17, 2011 3:18 PM
To: 'ProFox Email List'
Subject: RE: WEST-WIND WEB CONNECT QUESTION
It depends on the version of WWC you are using as to how you reference the
cookies.
John
-----Original Message-----
From: profox-bounces@leafe.com [mailto:profox-bounces@leafe.com] On Behalf
Of Jerry Foote
Sent: Tuesday, May 17, 2011 2:23 PM
To: 'ProFox Email List'
Subject: WEST-WIND WEB CONNECT QUESTION
Does anybody know about cookies with west-wind?
I'm trying to set a cookie on a client machine.
When I issue addCookie("USERID",TEMPID,"/","NEVER")
And then
lcid=Request.GetCookie("USERID")
lcid is equal to ""
Is there something I'm missing?
Thanks Jerry
--- StripMime Report -- processed MIME parts --- multipart/alternative
text/plain (text body -- kept)
text/html
---
[excessive quoting removed by server]
_______________________________________________
Post Messages to: ProFox@leafe.com
Subscription Maintenance: http://leafe.com/mailman/listinfo/profox
OT-free version of this list: http://leafe.com/mailman/listinfo/profoxtech
Searchable Archive: http://leafe.com/archives/search/profox
This message: http://leafe.com/archives/byMID/profox/C4C2C1B2CEDD4E218A875EC464BC5FDC@jerryfootePC
** All postings, unless explicitly stated otherwise, are the opinions of the author, and do not constitute legal or medical advice. This statement is added to the messages for those lawyers who are too stupid to see the obvious.