MCPcopy Create free account
hub / github.com/adonisjs/session / touch

Method touch

src/types.ts:100–100  ·  view source on GitHub ↗

* Updates the lifetime/expiry of a session without modifying the session data * * @param sessionId - Unique identifier for the session to touch

(sessionId: string)

Source from the content-addressed store, hash-verified

98 * @param sessionId - Unique identifier for the session to touch
99 */
100 touch(sessionId: string): Promise<void> | void
101}
102
103/**

Callers 7

commitMethod · 0.65
file_store.spec.tsFile · 0.65

Implementers 6

FileStoresrc/stores/file.ts
DynamoDBStoresrc/stores/dynamodb.ts
CookieStoresrc/stores/cookie.ts
RedisStoresrc/stores/redis.ts
MemoryStoresrc/stores/memory.ts
DatabaseStoresrc/stores/database.ts

Calls

no outgoing calls

Tested by

no test coverage detected