friendica/doc/database/db_session.md

13 lines
432 B
Markdown
Raw Normal View History

2015-12-28 02:50:25 +01:00
Table session
===========
web session storage
2015-12-28 02:50:25 +01:00
| Field | Description | Type | Null | Key | Default | Extra |
| ----- | ----------- | ---- | ---- | --- | ------- | ----- |
| id | sequential ID | bigint unsigned | YES | PRI | | auto_increment |
| sid | | varbinary(255) | YES | | | |
| data | | text | NO | | | |
| expire | | int unsigned | YES | | 0 | |
2015-12-28 02:50:25 +01:00
Return to [database documentation](help/database)