Skip to content
Merged
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
20 changes: 20 additions & 0 deletions docs/How_to_get_session?.md
Original file line number Diff line number Diff line change
@@ -0,0 +1,20 @@
# How to get Session?

In this document, I will guide you through the process of getting a `session`, that is the required parameter when using this API.

### Steps to Follow

1. Login with the credentionals provided to you by the university.
<div align='center'>
<img height='400' src='https://user-images.githubusercontent.com/41378765/198858736-f181b17b-3f3a-44a0-95ac-3eb4db481086.png'>
</div>

2. You can get the session with extension names 🍪[Cookie Editor](https://chrome.google.com/webstore/detail/cookie-editor/hlkenndednhfkekhgcdicdfddnkalmdm) but I will be getting session without it.
* Press F12 and find the Application tab in developer console.
<div align='center'>
<img width='80%' src='https://user-images.githubusercontent.com/41378765/198858923-06319bda-f8bd-472c-8e47-f8c140d74b75.png'>
</div>

* Your session is the value of `PHPSESSID`.
---
In case of any issue please raise a question in [Discussion](https://github.com/IIvexII/LGU-TimetableAPI/discussions/16)