perwendel / spark

A simple expressive web framework for java. Spark has a kotlin DSL https://github.com/perwendel/spark-kotlin
Apache License 2.0
9.63k stars 1.56k forks source link

cockies #1023

Closed Roland4444 closed 5 years ago

Roland4444 commented 6 years ago

Cockie not work fine! Why i must settingcockie this way? res.cookie("/","basket",cockies,3600, false,true ); cause simple res.cookie("basket",cockies); not worked!