rack / rack-session

MIT License
32 stars 14 forks source link

Add cookie option "partitioned" to DEFAULT_OPTIONS and documentation #43

Closed womblep closed 1 month ago

womblep commented 6 months ago

Add clarity for Issue #42 by documenting that partitioned can be passed when setting up Persisted sessions. Sets a default of false to partitioned in DEFAULT_OPTIONS. Will only be active once Rack 3.1 is deployed which adds the partitioned attribute to cookies in Response.set_cookie

j05h commented 5 months ago

👍 thanks for this @womblep. Was just looking for this!