Hi everyone,
it seems to me i'm trying to do something quite simple, in fact. I wan't to use session_name(the_name_of_my_session) to change the session name. According to all books i've seen, if i call it without a parameter, it takes the name provided in php.ini. If I put a parameter in, it should take that name instead. Why isn't it working though?
Thanks,