----- Original Message ----- 
From: "LuCiaNo - CeTre"

I'm remaking a system and now i'm making the login part.

 The existent login was made with COOKIES but now i was thinking in to
do with SESSION.

 What is better for this ?

 This is a internal system with some modules that i'm renewing.

 Best Regards or all !
------------------------------
Hi,
     Use the php function session_start(). It will use cookies if they are 
available or use session variables in URLs automatically for php >v4.2.0.

Direct use of cookies is better for long term variables rather than 
sessions.

Thanks. 

Reply via email to