PageRenderTime 22ms CodeModel.GetById 8ms RepoModel.GetById 1ms app.codeStats 0ms

/src/middleware/ewgi_session/session.hrl

http://github.com/skarab/ewgi
Erlang | 7 lines | 6 code | 1 blank | 0 comment | 0 complexity | dd217c05a49e5d498e2b0f0cf5e1dd0f MD5 | raw file
Possible License(s): MPL-2.0-no-copyleft-exception
  1. -define(EWGI_SESSION_CONFIG, "ewgi.session.config").
  2. -record(session, {
  3. data,
  4. timestamp,
  5. ip_address
  6. }).