Raxol.Web.Session.Manager (Raxol v0.3.0)

View Source

Manages web sessions for Raxol applications.

This module provides comprehensive session management capabilities:

  • Session storage and retrieval
  • Session recovery and cleanup
  • Session limits and monitoring
  • Session metadata management

Summary

Functions

child_spec(init_arg)

Returns a specification to start this module under a supervisor.

See Supervisor.

cleanup_sessions()

create_session(user_id, metadata \\ %{})

end_session(session_id)

get_active_sessions()

get_session(session_id)

start_link(opts \\ [])

update_session(session_id, metadata)