Follow along with the video below to see how to install our site as a web app on your home screen.
Anmerkung: This feature may not be available in some browsers.
Hi!
Thanks funzt super
[B]Warning[/B]: session_start() [[URL="http://localhost/apocms/function.session-start"][COLOR=#810081]function.session-start[/COLOR][/URL]]: Cannot send session cookie - headers already sent by (output started at D:\xampp\xampp\htdocs\apoCMS\logIn.php:1) in [B]D:\xampp\xampp\htdocs\apoCMS\logIn.php[/B] on line [B]3[/B]
[B]Warning[/B]: session_start() [[URL="http://localhost/apocms/function.session-start"][COLOR=#810081]function.session-start[/COLOR][/URL]]: Cannot send session cache limiter - headers already sent (output started at D:\xampp\xampp\htdocs\apoCMS\logIn.php:1) in [B]D:\xampp\xampp\htdocs\apoCMS\logIn.php[/B] on line [B]3[/B]
[SIZE=2][COLOR=#0000ff]<?[/COLOR][/SIZE][SIZE=2][COLOR=#a31515]php[/COLOR][/SIZE]
[SIZE=2][COLOR=#808080]session_name("id");[/COLOR][/SIZE]
[SIZE=2][COLOR=#808080]session_start();[/COLOR][/SIZE]
[SIZE=2][COLOR=#0000ff]?>[/COLOR][/SIZE]
[SIZE=2][COLOR=#0000ff]<![/COLOR][/SIZE][SIZE=2][COLOR=#a31515]DOCTYPE[/COLOR][/SIZE][SIZE=2][COLOR=#ff0000]html[/COLOR][/SIZE][SIZE=2][COLOR=#0000ff] PUBLIC [/COLOR][/SIZE][SIZE=2]"[/SIZE][SIZE=2][COLOR=#0000ff]-//W3C//DTD XHTML 1.0 Transitional//EN[/COLOR][/SIZE][SIZE=2]"[/SIZE][SIZE=2]"[/SIZE][SIZE=2][COLOR=#0000ff]http://www.w3.org/TR/xhtml1/DTD/xhtml1-transitional.dtd[/COLOR][/SIZE][SIZE=2]"[/SIZE][SIZE=2][COLOR=#0000ff]>[/COLOR][/SIZE]
[SIZE=2][COLOR=#0000ff]<[/COLOR][/SIZE][SIZE=2][COLOR=#a31515]html[/COLOR][/SIZE][SIZE=2][COLOR=#ff0000]xmlns[/COLOR][/SIZE][SIZE=2][COLOR=#0000ff]=[/COLOR][/SIZE][SIZE=2]"[/SIZE][SIZE=2][COLOR=#0000ff]http://www.w3.org/1999/xhtml[/COLOR][/SIZE][SIZE=2]"[/SIZE][SIZE=2][COLOR=#0000ff] >[/COLOR][/SIZE]
[SIZE=2][COLOR=#0000ff]<[/COLOR][/SIZE][SIZE=2][COLOR=#a31515]head[/COLOR][/SIZE][SIZE=2][COLOR=#0000ff]>[/COLOR][/SIZE]
[SIZE=2][COLOR=#0000ff]<[/COLOR][/SIZE][SIZE=2][COLOR=#a31515]title[/COLOR][/SIZE][SIZE=2][COLOR=#0000ff]>[/COLOR][/SIZE][SIZE=2]Logging on...[/SIZE][SIZE=2][COLOR=#0000ff]</[/COLOR][/SIZE][SIZE=2][COLOR=#a31515]title[/COLOR][/SIZE][SIZE=2][COLOR=#0000ff]>[/COLOR][/SIZE]
[SIZE=2][COLOR=#0000ff]<[/COLOR][/SIZE][SIZE=2][COLOR=#a31515]link[/COLOR][/SIZE][SIZE=2][COLOR=#ff0000]rel[/COLOR][/SIZE][SIZE=2][COLOR=#0000ff]=[/COLOR][/SIZE][SIZE=2]"[/SIZE][SIZE=2][COLOR=#0000ff]stylesheet[/COLOR][/SIZE][SIZE=2]"[/SIZE][SIZE=2][COLOR=#ff0000]type[/COLOR][/SIZE][SIZE=2][COLOR=#0000ff]=[/COLOR][/SIZE][SIZE=2]"[/SIZE][SIZE=2][COLOR=#0000ff]text/css[/COLOR][/SIZE][SIZE=2]"[/SIZE][SIZE=2][COLOR=#ff0000]href[/COLOR][/SIZE][SIZE=2][COLOR=#0000ff]=[/COLOR][/SIZE][SIZE=2]"[/SIZE][SIZE=2][COLOR=#0000ff]default.css[/COLOR][/SIZE][SIZE=2]"[/SIZE][SIZE=2][COLOR=#0000ff] />[/COLOR][/SIZE]
[SIZE=2][COLOR=#0000ff]<?[/COLOR][/SIZE][SIZE=2][COLOR=#a31515]php[/COLOR][/SIZE]
session_name
(PHP 4, PHP 5)
session_name — Liefert und/oder setzt den Namen der aktuellen Session
Müsste gehen, ist aber aus verschiedenen Gründen nicht zu empfehlen:Mir ist gerade noch was eingefallen: Kann man das nutzen von Cookies für eine session in PHP ohne die INI zu verändern deaktivieren?
php_value session.use_only_cookies 1
php_value session.use_trans_sid 0