Skip to content
This repository was archived by the owner on Sep 1, 2025. It is now read-only.

Commit 44fb90e

Browse files
authored
session_start Cannot send session cookie-headers already sent by xx
1 parent 1882ab2 commit 44fb90e

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

src/session.php

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -37,7 +37,7 @@ function __construct($expire = false, $uid = false, $name = "MYSESSION"){
3737
}
3838
if(!empty($uid)) session_id($uid);
3939
session_name($name);
40-
session_start();
40+
@session_start();
4141
} //END __construct
4242

4343
//Set up a session Value

0 commit comments

Comments
 (0)