Pozdrav
Radim jednu stranicu koja izmedu ostalog ima login i registraciju. meni lokalno sve radi, al problem se javlja kad je stavim na host. kada se pokusam logirat javlja gresku: your script possibly relies on a session side-effect which existed until php 4.2.3. Please be advised that the
session extension does not consider global variables as a source of data, unless register_globals is enabled.
you can disable this functionality and this warning by setting session.bug_compat_42 or session.bug_compat warn to off.
ukolko pokrenem phpinfo na hostu pod session.save_path pise no value. u cpanelu pod php configuration pise: where N is an integer. Instead of storing all the session files in /path, what this will do is use subdirectories N-levels deep, and store the session data in those directories. This is useful if you or your OS have problems with lots of files in one directory, and is a more efficient layout for servers that handle lots of sessions. NOTE 1: PHP will not create this directory structure automatically. You can use the script in the ext/session dir for that purpose. NOTE 2: See the section on garbage collection below if you choose to use subdirectories for session storage.
na koji nacin da odredim putanju gdje ce spremat sesije?
hvala na odgovoru

Sesije se ne spremaju (PHP)