RE: IE 11 not maintaining state

2013-12-19 Thread Eric Roberts

Try clearing your cache.  I had a similar problem in Firefox and that solved
it...  The problem I had, for instance, if I logged into cfadmin, I would
make a change and then click onm the submit changes button...it would bring
me to a login.  Same thing with sites I had to log into.

Eric

-Original Message-
From: Matthew Smith [mailto:chedders...@gmail.com] 
Sent: Friday, December 13, 2013 2:12 PM
To: cf-talk
Subject: IE 11 not maintaining state


Just had the IE 11 update pushed to my development box.  Now, on the site I
am working on, I am getting a new cfid/cftoken with every page request,
ruining state/session management.

What is the easiest work around on this?  I would hate to have to go through
all the site adding #cfid# and #cftoken# to every url...

Also, if I do append cfid/cftoken, how it is handeled when a SE crawls the
site?  Would all the links have the cfid and cftoken assigned for the crawl
in them, causing a problem with everyone coming from that link sharing a
session?  How do you get around this?

Thank you. 



~|
Order the Adobe Coldfusion Anthology now!
http://www.amazon.com/Adobe-Coldfusion-Anthology/dp/1430272155/?tag=houseoffusion
Archive: 
http://www.houseoffusion.com/groups/cf-talk/message.cfm/messageid:357364
Subscription: http://www.houseoffusion.com/groups/cf-talk/subscribe.cfm
Unsubscribe: http://www.houseoffusion.com/groups/cf-talk/unsubscribe.cfm


Re: IE 11 not maintaining state

2013-12-19 Thread Scott Stroz

Is it just on your development server? By any chance does the URL you use
for the site have an underscore in it? There is an old bug in IE 7 or 8
where by the browser cannot maintain state if there is an underscore in the
domain name used. Maybe this bug somehow popped back up in IE 11?


On Fri, Dec 13, 2013 at 3:12 PM, Matthew Smith chedders...@gmail.comwrote:


 Just had the IE 11 update pushed to my development box.  Now, on the site
 I am working on, I am getting a new cfid/cftoken with every page request,
 ruining state/session management.

 What is the easiest work around on this?  I would hate to have to go
 through all the site adding #cfid# and #cftoken# to every url...

 Also, if I do append cfid/cftoken, how it is handeled when a SE crawls the
 site?  Would all the links have the cfid and cftoken assigned for the crawl
 in them, causing a problem with everyone coming from that link sharing a
 session?  How do you get around this?

 Thank you.

 

~|
Order the Adobe Coldfusion Anthology now!
http://www.amazon.com/Adobe-Coldfusion-Anthology/dp/1430272155/?tag=houseoffusion
Archive: 
http://www.houseoffusion.com/groups/cf-talk/message.cfm/messageid:357370
Subscription: http://www.houseoffusion.com/groups/cf-talk/subscribe.cfm
Unsubscribe: http://www.houseoffusion.com/groups/cf-talk/unsubscribe.cfm


Re: IE 11 not maintaining state

2013-12-19 Thread Scott Stroz

More to the point, it cannot set cookies from a domain with an underscore
in it.


On Thu, Dec 19, 2013 at 8:22 AM, Scott Stroz boyz...@gmail.com wrote:

 Is it just on your development server? By any chance does the URL you use
 for the site have an underscore in it? There is an old bug in IE 7 or 8
 where by the browser cannot maintain state if there is an underscore in the
 domain name used. Maybe this bug somehow popped back up in IE 11?


 On Fri, Dec 13, 2013 at 3:12 PM, Matthew Smith chedders...@gmail.comwrote:


 Just had the IE 11 update pushed to my development box.  Now, on the site
 I am working on, I am getting a new cfid/cftoken with every page request,
 ruining state/session management.

 What is the easiest work around on this?  I would hate to have to go
 through all the site adding #cfid# and #cftoken# to every url...

 Also, if I do append cfid/cftoken, how it is handeled when a SE crawls
 the site?  Would all the links have the cfid and cftoken assigned for the
 crawl in them, causing a problem with everyone coming from that link
 sharing a session?  How do you get around this?

 Thank you.

 

~|
Order the Adobe Coldfusion Anthology now!
http://www.amazon.com/Adobe-Coldfusion-Anthology/dp/1430272155/?tag=houseoffusion
Archive: 
http://www.houseoffusion.com/groups/cf-talk/message.cfm/messageid:357371
Subscription: http://www.houseoffusion.com/groups/cf-talk/subscribe.cfm
Unsubscribe: http://www.houseoffusion.com/groups/cf-talk/unsubscribe.cfm


Re: IE 11 not maintaining state

2013-12-19 Thread Byron Mann

When you say pushed to your machine, is the machine on a managed domain?
Could it be your IE settings were reset by a domain policy during the
install?

Maybe it is something simple like cookies being disabled in IE after the
install. Did you try adding the domain as a trusted site in the IE security
settings?

Byron Mann
Lead Engineer  Architect
HostMySite.com
On Dec 18, 2013 6:26 PM, Matthew Smith chedders...@gmail.com wrote:


 Just had the IE 11 update pushed to my development box.  Now, on the site
 I am working on, I am getting a new cfid/cftoken with every page request,
 ruining state/session management.

 What is the easiest work around on this?  I would hate to have to go
 through all the site adding #cfid# and #cftoken# to every url...

 Also, if I do append cfid/cftoken, how it is handeled when a SE crawls the
 site?  Would all the links have the cfid and cftoken assigned for the crawl
 in them, causing a problem with everyone coming from that link sharing a
 session?  How do you get around this?

 Thank you.

 

~|
Order the Adobe Coldfusion Anthology now!
http://www.amazon.com/Adobe-Coldfusion-Anthology/dp/1430272155/?tag=houseoffusion
Archive: 
http://www.houseoffusion.com/groups/cf-talk/message.cfm/messageid:357373
Subscription: http://www.houseoffusion.com/groups/cf-talk/subscribe.cfm
Unsubscribe: http://www.houseoffusion.com/groups/cf-talk/unsubscribe.cfm


IE 11 not maintaining state

2013-12-18 Thread Matthew Smith

Just had the IE 11 update pushed to my development box.  Now, on the site I
am working on, I am getting a new cfid/cftoken with every page request,
ruining state/session management.

What is the easiest work around on this?  I would hate to have to go
through all the site adding #cfid# and #cftoken# to every url...

Thank you.


~|
Order the Adobe Coldfusion Anthology now!
http://www.amazon.com/Adobe-Coldfusion-Anthology/dp/1430272155/?tag=houseoffusion
Archive: 
http://www.houseoffusion.com/groups/cf-talk/message.cfm/messageid:357349
Subscription: http://www.houseoffusion.com/groups/cf-talk/subscribe.cfm
Unsubscribe: http://www.houseoffusion.com/groups/cf-talk/unsubscribe.cfm


IE 11 not maintaining state

2013-12-18 Thread Matthew Smith

Just had the IE 11 update pushed to my development box.  Now, on the site I am 
working on, I am getting a new cfid/cftoken with every page request, ruining 
state/session management.

What is the easiest work around on this?  I would hate to have to go through 
all the site adding #cfid# and #cftoken# to every url...

Also, if I do append cfid/cftoken, how it is handeled when a SE crawls the 
site?  Would all the links have the cfid and cftoken assigned for the crawl in 
them, causing a problem with everyone coming from that link sharing a session?  
How do you get around this?

Thank you. 

~|
Order the Adobe Coldfusion Anthology now!
http://www.amazon.com/Adobe-Coldfusion-Anthology/dp/1430272155/?tag=houseoffusion
Archive: 
http://www.houseoffusion.com/groups/cf-talk/message.cfm/messageid:357353
Subscription: http://www.houseoffusion.com/groups/cf-talk/subscribe.cfm
Unsubscribe: http://www.houseoffusion.com/groups/cf-talk/unsubscribe.cfm


IE 11 not maintaining state

2013-12-18 Thread Matthew Smith

Just had the IE 11 update pushed to my development box.  Now, on the site I am 
working on, I am getting a new cfid/cftoken with every page request, ruining 
state/session management.

What is the easiest work around on this?  I would hate to have to go through 
all the site adding #cfid# and #cftoken# to every url...

Also, if I did add the cfid/cftoken to the links, how is it handled when the 
site is crawled by a bot?  Wouldn't the same cfid and cftoken be cached in the 
search engines results, resulting in every user getting that same ID?

Thank you. 

~|
Order the Adobe Coldfusion Anthology now!
http://www.amazon.com/Adobe-Coldfusion-Anthology/dp/1430272155/?tag=houseoffusion
Archive: 
http://www.houseoffusion.com/groups/cf-talk/message.cfm/messageid:357354
Subscription: http://www.houseoffusion.com/groups/cf-talk/subscribe.cfm
Unsubscribe: http://www.houseoffusion.com/groups/cf-talk/unsubscribe.cfm


IE 11 not maintaining state

2013-12-18 Thread Matthew Smith

Just had the IE 11 update pushed to my development box.  Now, on the site I am 
working on, I am getting a new cfid/cftoken with every page request, ruining 
state/session management.

What is the easiest work around on this?  I would hate to have to go through 
all the site adding #cfid# and #cftoken# to every url...

Also, if I did add the cfid/cftoken to the links, how is it handled when the 
site is crawled by a bot?  Wouldn't the same cfid and cftoken be cached in the 
search engines results, resulting in every user getting that same ID?

Thank you. 

~|
Order the Adobe Coldfusion Anthology now!
http://www.amazon.com/Adobe-Coldfusion-Anthology/dp/1430272155/?tag=houseoffusion
Archive: 
http://www.houseoffusion.com/groups/cf-talk/message.cfm/messageid:357355
Subscription: http://www.houseoffusion.com/groups/cf-talk/subscribe.cfm
Unsubscribe: http://www.houseoffusion.com/groups/cf-talk/unsubscribe.cfm


IE 11 not maintaining state

2013-12-18 Thread Matthew Smith

Just had the IE 11 update pushed to my development box.  Now, on the site I am 
working on, I am getting a new cfid/cftoken with every page request, ruining 
state/session management.

What is the easiest work around on this?  I would hate to have to go through 
all the site adding #cfid# and #cftoken# to every url...

Also, if I do have to append cfid/cftoken, how is it handled when the site is 
indexed by a se bot?  Wouldn't the cached links have the same cfid/cftoken for 
everyone?

Thank you. 

~|
Order the Adobe Coldfusion Anthology now!
http://www.amazon.com/Adobe-Coldfusion-Anthology/dp/1430272155/?tag=houseoffusion
Archive: 
http://www.houseoffusion.com/groups/cf-talk/message.cfm/messageid:357356
Subscription: http://www.houseoffusion.com/groups/cf-talk/subscribe.cfm
Unsubscribe: http://www.houseoffusion.com/groups/cf-talk/unsubscribe.cfm


Re: IE 11 not maintaining state

2013-12-18 Thread Raymond Camden

Not a fix, but just an FYI...

a) you can append both values to a link using #session.urltoken# (it
contains both values)
b) there is also a func, urlSessionFormat


On Thu, Dec 12, 2013 at 9:41 PM, Matthew Smith chedders...@gmail.comwrote:


 Just had the IE 11 update pushed to my development box.  Now, on the site I
 am working on, I am getting a new cfid/cftoken with every page request,
 ruining state/session management.

 What is the easiest work around on this?  I would hate to have to go
 through all the site adding #cfid# and #cftoken# to every url...

 Thank you.


 

~|
Order the Adobe Coldfusion Anthology now!
http://www.amazon.com/Adobe-Coldfusion-Anthology/dp/1430272155/?tag=houseoffusion
Archive: 
http://www.houseoffusion.com/groups/cf-talk/message.cfm/messageid:357358
Subscription: http://www.houseoffusion.com/groups/cf-talk/subscribe.cfm
Unsubscribe: http://www.houseoffusion.com/groups/cf-talk/unsubscribe.cfm


Re: IE 11 not maintaining state

2013-12-18 Thread Wil Genovese

Did you recently update ColdFusion?  

This may be related:  http://forums.adobe.com/message/4539348


Wil Genovese
Sr. Web Application Developer/
Systems Administrator
CF Webtools
www.cfwebtools.com

wilg...@trunkful.com
www.trunkful.com

On Dec 13, 2013, at 6:59 PM, Matthew Smith chedders...@gmail.com wrote:

 
 Just had the IE 11 update pushed to my development box.  Now, on the site I 
 am working on, I am getting a new cfid/cftoken with every page request, 
 ruining state/session management.
 
 What is the easiest work around on this?  I would hate to have to go through 
 all the site adding #cfid# and #cftoken# to every url...
 
 Also, if I do have to append cfid/cftoken, how is it handled when the site is 
 indexed by a se bot?  Wouldn't the cached links have the same cfid/cftoken 
 for everyone?
 
 Thank you. 
 
 

~|
Order the Adobe Coldfusion Anthology now!
http://www.amazon.com/Adobe-Coldfusion-Anthology/dp/1430272155/?tag=houseoffusion
Archive: 
http://www.houseoffusion.com/groups/cf-talk/message.cfm/messageid:357363
Subscription: http://www.houseoffusion.com/groups/cf-talk/subscribe.cfm
Unsubscribe: http://www.houseoffusion.com/groups/cf-talk/unsubscribe.cfm