Skip to content

Find your PHPSESSID

Victor Westerlund edited this page Dec 7, 2020 · 4 revisions

What is a PHPSESSID?

LabyMod uses the PHP scripting language for its cosmetics back-end. PHPSESSID is a type of cookie stored in your browser; used and generated by PHP to keep track of your current session on labymod.net. Labylib uses this cookie in the same way to update cosmetics, as if you were doing these actions manually on the dashboard.

Disclaimer! This cookie can be used to pull off session hijacking (..yeah). To make things worse, LabyMod does not reset your PHPSESSID between sessions. What that means is that you should only ever run labylib and it's dependents locally on your machine.

Where do I find it?

Instructions for your browser:

Chrome & Edge

  1. Open labymod.net and log in with your Labymod account
  2. Press F12 on your keyboard (or Ctrl+⇧ Shift+I) to open DevTools
  3. Click on the Application tab.
  4. Expand Cookies under the Storage cateogry in the sidebar and select https://www.labymod.net/
  5. Type PHPSESSID into the search box called 'Filter'
  6. Copy Value(PHPSESSID) from the filtered table. If nothing comes up; try navigating to another page on labymod.net
  7. Close DevTools

Firefox

  1. Open labymod.net and log in with your Labymod account
  2. Press F12 on your keyboard (or Right-click the page and select "Inspect Element") to open Developer Tools
  3. Click on the Storage tab.
  4. Cookies should already be expanded and selected, but if it isn't; expand it and select https://www.labymod.net
  5. Using the search bar called 'Filter items', type: PHPSESSID
  6. Copy Value(PHPSESSID) from the filtered table. If nothing comes up; try navigating to another page on labymod.net
  7. Close Developer Tools

Safari

  1. Open labymod.net and log in with your Labymod account
  2. Right-click the page and select "Inspect Element" (or ⌥ Option+⌘ Command+I) to open Web Inspector
  3. Click on the Storage tab.
  4. Expand Cookies in the sidebar and select labymod.net
  5. Find PHPSESSID in the table under the 'Name' column
  6. Copy Value(PHPSESSID) from the filtered table. If nothing comes up; try navigating to another page on labymod.net
  7. Close Web Inspector

Find your PHPSESSID cookie

Click here to read


List of labylib Modules

Click here to read

Clone this wiki locally