Re: Witango-Talk: Ckkie Example

2004-02-28 Thread Stefan Gonick
The easiest way to deal with cookies is to use the assign action instead. Then click on properties to set the expiration of the cookie. If you just use <@assign cookie$Fred Foo>, you'll only assign a session cookie. Session cookies don't persist. Stefan At 04:03 PM 2/28/2004, you wrote: I have bee

RE: Witango-Talk: Ckkie Example

2004-02-28 Thread Ben Johansen
You need to assign domain and expiry datetime for a cookie to stay in the cookie jar Ben Johansen - http://www.pcforge.com Authorized Witango & MDaemon Reseller Available for Witango Developement -Original Message- From: [EMAIL PROTECTED] [mailto:[EMAIL PROTECTED] Sent: Saturday, Febr

Re: Witango-Talk: Ckkie Example

2004-02-28 Thread webdude
Oh. By the way Witango 2000 Win2k p.s. I sure wish the manual would get more in depth on how to do this. It really has no examples. I have been through the documentation and I am still confused. I would like to set a variable (<@VAR username) That would not expire. I am building a form nd I wo

Re: Witango-Talk: Ckkie Example

2004-02-28 Thread webdude
Do you have an example? I don't know what you mean by the assign action. There is no properties in my editor. The easiest way to deal with cookies is to use the assign action instead. Then click on properties to set the expiration of the cookie. If you just use <@assign cookie$Fred Foo>, you'll o

Re: Witango-Talk: Ckkie Example

2004-02-28 Thread webdude
Exuse me. There IS properties, but nothing that lets me set an expiration. I need to do this by hand. I have been through the documentation and I am still confused. I would like to set a variable (<@VAR username) That would not expire. I am building a form nd I would like to give the ability to

Re: Witango-Talk: Ckkie Example

2004-02-28 Thread Stefan Gonick
Here are the steps: 1. Make your cookie assignment using an assignment action. 2. Afterwards, right click on the assignment you made itself, not the whole assignment action. 3. Select properties 4. Select the cookie tab 5. Under Expiry, select "After" and specify the duration. Btw, all of this

RE: Witango-Talk: Ckkie Example

2004-02-28 Thread Ben Johansen
Johansen - http://www.pcforge.com Authorized Witango & MDaemon Reseller Available for Witango Developement -Original Message- From: [EMAIL PROTECTED] [mailto:[EMAIL PROTECTED] Sent: Saturday, February 28, 2004 4:23 PM To: [EMAIL PROTECTED] Subject: Re: Witango-Talk: Ckkie Example Exuse

RE: Witango-Talk: Ckkie Example

2004-02-28 Thread Robert Shubert
<@TSTOSECS TS=<@CURRENTTIMESTAMP>>+604800">'> FORMAT="datetime:http">"> Robert -Original Message- From: [EMAIL PROTECTED] [mailto:[EMAIL PROTECTED] Sent: Saturday, February 28, 2004 4:23 PM To: [EMAIL PROTECTED] Subject: Re: Witango-Talk: Ck

Re: Witango-Talk: Ckkie Example

2004-02-28 Thread Bill Conlon
Take a look at an article I posted on Scott's site a year ago. It shows how to do this. http://xmlx.ca/articles/625.aspx Disclaimer: 1. There is a flaw in the example: After the user_reference times out on the server, the example will not with forms. Instead you need to save all POSTARGs a

RE: Witango-Talk: Ckkie Example

2004-02-28 Thread webdude
ere here." EXPIRES="<@TOGMT TS=<@SECSTOTS SECS='<@CALC EXPR="<@TSTOSECS TS=<@CURRENTTIMESTAMP>>+604800">'> FORMAT="datetime:http">"> Robert -Original Message- From: [EMAIL PROTECTED] [mailto:[EMAIL PROTECTED] Sent: Sa

RE: Witango-Talk: Ckkie Example

2004-02-28 Thread webdude
:[EMAIL PROTECTED] Sent: Saturday, February 28, 2004 4:23 PM To: [EMAIL PROTECTED] Subject: Re: Witango-Talk: Ckkie Example Exuse me. There IS properties, but nothing that lets me set an expiration. I need to do this by hand. I have been through the documentation and I am still confused. I would like

RE: Witango-Talk: Ckkie Example

2004-02-28 Thread Ben Johansen
rom: [EMAIL PROTECTED] [mailto:[EMAIL PROTECTED] Sent: Saturday, February 28, 2004 4:41 PM To: [EMAIL PROTECTED] Subject: RE: Witango-Talk: Ckkie Example Thanks Ben, Stefan and Robert. I think I get it. Had trouble fibding the properties for cookie and attributes. Question. Can I set the cook