Remove httpOnly cooking attribute from SetCookie
This commit is contained in:
parent
3121cf5b75
commit
485b774876
@ -16,7 +16,7 @@ namespace Oqtane.UI
|
||||
_jsRuntime = jsRuntime;
|
||||
}
|
||||
|
||||
public Task SetCookie(string name, string value, int days, bool secure, bool httpOnly, string sameSite)
|
||||
public Task SetCookie(string name, string value, int days, bool secure, string sameSite)
|
||||
{
|
||||
try
|
||||
{
|
||||
|
Loading…
x
Reference in New Issue
Block a user