Murugavel
Murugavel

Reputation: 279

Cookie issue after deployment

I have used cookies for remember login. It is working fine in localhost. But after hosting to the server am trying to access through url. This time it is not working. But I can see the cookie value using firebug.

Can anyone help me on this?

Upvotes: 0

Views: 755

Answers (1)

Murugavel
Murugavel

Reputation: 279

Thanks for your help. The problem was with the URL case. Cookieee is case sensitive because of that this problem happens. NowI have fixed this issue.

Upvotes: 1

Related Questions