Jump to content

Problem with cookies


blira

Recommended Posts

Hi all.

 

Here is my problem:

 

Page: login.php

$cookie_data=$user."-".$pass."-".$role;

if(setcookie ("FLEISCHMANN_ADMIN",$cookie_data, $time+3600)==TRUE)

...

//Note $user, $pass, $role DO have data

 

Page: logged.php (once the login succeeds)

$cook = explode("-", $_COOKIE['FLEISCHMANN_ADMIN']);   

$namecookie = $cook[0];

$passcookie = $cook[1];

$rolecookie = $cook[2];

 

Notes:

1. All this code is written before HTML (in both pages).

2. When I open the cookie file, it DOES contain the data I'm trying to explode.

3. $cook is empty and no cookie data is read.

 

Thanks for any help

Bernardo

Link to comment
Share on other sites

This thread is more than a year old. Please don't revive it unless you have something important to add.

Join the conversation

You can post now and register later. If you have an account, sign in now to post with your account.

Guest
Reply to this topic...

×   Pasted as rich text.   Restore formatting

  Only 75 emoji are allowed.

×   Your link has been automatically embedded.   Display as a link instead

×   Your previous content has been restored.   Clear editor

×   You cannot paste images directly. Upload or insert images from URL.

×
×
  • Create New...

Important Information

We have placed cookies on your device to help make this website better. You can adjust your cookie settings, otherwise we'll assume you're okay to continue.