Forum
Welcome, Guest
Please Login to access forum.
Re:Need some (javascript-) Links (1 viewing) 
Go to bottom
TOPIC: Re:Need some (javascript-) Links
#3688
John Dagelmore
Admin
Posts: 3722
User Online Now
Re:Need some (javascript-) Links Karma: 79  
Well to get the session id from various users you have to query the Joomla database table '#__session'
If you need the current session ID for logged in users you may have to JOIN the #__users table with the #__session table.
The session ID is the first primary key field of the table #__session.
 
Logged Logged  
  The administrator has disabled public write access.
      Topics Author
    thread link
Need some (javascript-) Links
Becker
    thread link
thread linkthread link Re:Need some (javascript-) Links
John Dagelmore
    thread link
thread linkthread linkthread link Re:Need some (javascript-) Links
Becker
    thread link
thread linkthread linkthread linkthread link Re:Need some (javascript-) Links
John Dagelmore
Go to top