cfcookie expires default

2008-09-16 Thread Ioannis Papanikolaou
Hello every one. 

coldfusion 8

I am using this to setup my cookie
cfcookie name=country value=#locale# expires=NEVER  /

problem is that the cookie expires at the end of session and when I restart the 
browser is not there any nore. This means that it is taking the default 
parameter.

Any ideas ?

Thanx
Ioannis 

~|
Adobe® ColdFusion® 8 software 8 is the most important and dramatic release to 
date
Get the Free Trial
http://ad.doubleclick.net/clk;203748912;27390454;j

Archive: 
http://www.houseoffusion.com/groups/CF-Talk/message.cfm/messageid:312630
Subscription: http://www.houseoffusion.com/groups/CF-Talk/subscribe.cfm
Unsubscribe: 
http://www.houseoffusion.com/cf_lists/unsubscribe.cfm?user=11502.10531.4


Re: cfcookie expires default

2008-09-16 Thread Nathan Strutz
Check to make sure you're not deleting it when you log out of your
application, if you log out. Also, check to make sure you're not recreating
it or changing the value anywhere, such as with a cfset or in javascript, as
both of these can change it to the default session based timeout.

Otherwise, try a different browser (ie instead of ffx or something), as you
may inadvertently have your cookie security up too high.

nathan strutz
[Blog and Family @ http://www.dopefly.com/]
[AZCFUG Manager @ http://www.azcfug.org/]



On Tue, Sep 16, 2008 at 1:50 PM, Ioannis Papanikolaou
[EMAIL PROTECTED]wrote:

 Hello every one.

 coldfusion 8

 I am using this to setup my cookie
 cfcookie name=country value=#locale# expires=NEVER  /

 problem is that the cookie expires at the end of session and when I restart
 the browser is not there any nore. This means that it is taking the default
 parameter.

 Any ideas ?

 Thanx
 Ioannis

 

~|
Adobe® ColdFusion® 8 software 8 is the most important and dramatic release to 
date
Get the Free Trial
http://ad.doubleclick.net/clk;203748912;27390454;j

Archive: 
http://www.houseoffusion.com/groups/CF-Talk/message.cfm/messageid:312632
Subscription: http://www.houseoffusion.com/groups/CF-Talk/subscribe.cfm
Unsubscribe: 
http://www.houseoffusion.com/cf_lists/unsubscribe.cfm?user=11502.10531.4


Re: cfcookie expires default

2008-09-16 Thread Phillip M. Vector
Is the No cookies before a cflocation bug still there in CF8?

Nathan Strutz wrote:
 Check to make sure you're not deleting it when you log out of your
 application, if you log out. Also, check to make sure you're not recreating
 it or changing the value anywhere, such as with a cfset or in javascript, as
 both of these can change it to the default session based timeout.
 
 Otherwise, try a different browser (ie instead of ffx or something), as you
 may inadvertently have your cookie security up too high.

~|
Adobe® ColdFusion® 8 software 8 is the most important and dramatic release to 
date
Get the Free Trial
http://ad.doubleclick.net/clk;203748912;27390454;j

Archive: 
http://www.houseoffusion.com/groups/CF-Talk/message.cfm/messageid:312633
Subscription: http://www.houseoffusion.com/groups/CF-Talk/subscribe.cfm
Unsubscribe: http://www.houseoffusion.com/cf_lists/unsubscribe.cfm?user=89.70.4


Re: cfcookie expires default

2008-09-16 Thread Ioannis Papanikolaou
hello Nathan,

It is not a browser issue or that I am reseting the cookie on the page load.
The cookie it self is not not taking the corect Expires parameter.
If I check on the cookie manager on firefox I have at end of session

This has been tested on opera chrome and firefox.

Philip, 
I am not aware of the issue you are refering to. Could you please provide 
relative links

Thanx for the help 

~|
Adobe® ColdFusion® 8 software 8 is the most important and dramatic release to 
date
Get the Free Trial
http://ad.doubleclick.net/clk;203748912;27390454;j

Archive: 
http://www.houseoffusion.com/groups/CF-Talk/message.cfm/messageid:312641
Subscription: http://www.houseoffusion.com/groups/CF-Talk/subscribe.cfm
Unsubscribe: 
http://www.houseoffusion.com/cf_lists/unsubscribe.cfm?user=11502.10531.4


Re: cfcookie expires default

2008-09-16 Thread Phillip M. Vector
Back in CF5 (and 6 I think), if you did a cflocation on the same page as 
the cfcookie, the cookie didn't take. Are you doing it? If so, try 
removing the cflocation and see what happens.

I suspect they fixed the bug in CF8, but perhaps not.

Ioannis Papanikolaou wrote:
 Philip, 
 I am not aware of the issue you are refering to. Could you please provide 
 relative links

~|
Adobe® ColdFusion® 8 software 8 is the most important and dramatic release to 
date
Get the Free Trial
http://ad.doubleclick.net/clk;203748912;27390454;j

Archive: 
http://www.houseoffusion.com/groups/CF-Talk/message.cfm/messageid:312642
Subscription: http://www.houseoffusion.com/groups/CF-Talk/subscribe.cfm
Unsubscribe: 
http://www.houseoffusion.com/cf_lists/unsubscribe.cfm?user=11502.10531.4


Re: cfcookie expires default

2008-09-16 Thread Charlie Griefer
it's been fixed for a couple of versions.  as of 6.1 (maybe 6.0) :)

On Tue, Sep 16, 2008 at 4:00 PM, Phillip M. Vector 
[EMAIL PROTECTED] wrote:

 Back in CF5 (and 6 I think), if you did a cflocation on the same page as
 the cfcookie, the cookie didn't take. Are you doing it? If so, try
 removing the cflocation and see what happens.

 I suspect they fixed the bug in CF8, but perhaps not.

 Ioannis Papanikolaou wrote:
  Philip,
  I am not aware of the issue you are refering to. Could you please provide
 relative links

 

~|
Adobe® ColdFusion® 8 software 8 is the most important and dramatic release to 
date
Get the Free Trial
http://ad.doubleclick.net/clk;203748912;27390454;j

Archive: 
http://www.houseoffusion.com/groups/CF-Talk/message.cfm/messageid:312643
Subscription: http://www.houseoffusion.com/groups/CF-Talk/subscribe.cfm
Unsubscribe: http://www.houseoffusion.com/cf_lists/unsubscribe.cfm?user=89.70.4