Questions tagged [cfcookie]

5 questions
5
votes
2 answers

why doesn't cfcookie allow setting domain= to a subdomain for CFID/CFTOKEN?

yields: Set-Cookie: CFID=4215; Domain=.labs.dev; Expires=Sat, 04-Jul-2043 01:43:49 GMT; Path=/; HttpOnly But if I use directly:
Henry
  • 32,689
  • 19
  • 120
  • 221
4
votes
1 answer

ColdFusion check when cookie expires

Is it possible to check when a cookie is due to expire? I have tried the following: First I set three cookies:
Nebu
  • 1,753
  • 1
  • 17
  • 33
3
votes
3 answers

ColdFusion 10 CFCookie not honoring domain attribute

I have an Application.cfc with the following settings:
Alex
  • 1,979
  • 16
  • 24
1
vote
1 answer

ColdFusion 10 Cookie Issue: Unable to set a Cookie

I have the following function to set an administrator cookie when the rememberme button is checked:
0
votes
1 answer

ColdFusion setting cookies on a specific subdomain

I have a domain www.example.com with two sub domains foo.example.com bar.example.com I want to set a cookie for all subdomains except foo.example.com , Any help is greatly appreciated!! Currently I have tried,
Irfan Ahmed
  • 9,136
  • 8
  • 33
  • 54