Search:
Login
Settings
Help/Guide
About Trac
Forgot your password?
Wiki
Timeline
Roadmap
Browse Source
View Tickets
Search
Last Change
Revision Log
root
/
releases
/
0.1.1b
/
units
/
users
/
function_session_start.php
View revision:
Revision
2
, 92 bytes (checked in by sven, 3 years ago)
importing elgg-0.1.1a
Line
1
<?php
2
3
// Start the session
4
session_name
(
user_session_name
);
5
session_start
();
6
7
?>
Note:
See
TracBrowser
for help on using the browser.
Download in other formats:
Plain Text
Original Format