jetzig-framework / jetzig

Jetzig is a web framework written in Zig
MIT License
572 stars 25 forks source link

remove a value from session #107

Closed IbrahimOuhamou closed 2 weeks ago

IbrahimOuhamou commented 2 weeks ago

session does not have a .remove() mehod.

for now I just tried try session.data.value.?.put("key", data.strint(""))

IbrahimOuhamou commented 2 weeks ago

2d8ca92