![]() |
|
|
|||||||
| For more information about the ads and why they're here, please see the FAQ |
![]() |
|
|
LinkBack | Thread Tools | Display Modes |
|
#1
|
|||
|
|||
|
Hi dev team,
I just install roundcube in may server. It is running perfectly. Now I have a query that is in my web server i'm offering various service including email. So for email i'm using roundcube. My question is when I'm loggin in email a session is registering. Now i want to use that session into other page too. Like I want to call that $_Session['user_id']; how can i do that? thanks in advance |
|
#2
|
||||
|
||||
|
Just call session_start() at the top of the page and then use $_SESSION['user_id'] where you want to be.
__________________
![]()
|
![]() |
| Currently Active Users Viewing This Thread: 1 (0 members and 1 guests) | |
| Thread Tools | |
| Display Modes | |
|
|
| For more information about the ads and why they're here, please see the FAQ |