> I am using php_flag session.auto_start 0 in an .htaccess file to stop
> sessions from auto starting. It works on all but the one below, it
still
> auto starts. The session replaces linked style sheets on the page
> through some links. Can anyone see the problems?
>
> session_start();
> if ( is
I am using php_flag session.auto_start 0 in an .htaccess file to stop
sessions from auto starting. It works on all but the one below, it still
auto starts. The session replaces linked style sheets on the page
through some links. Can anyone see the problems?
session_start();
if ( isset($_GET['
2 matches
Mail list logo