/Cookie-Information-Stripper

strips names and values of cookie info set

Primary LanguageKotlin

Cookie-Information-Stripper

strips names and values of cookie to some values

Why make it?

to use in my Kotlin project to check for cookie expiry

What you can use it for?

getName(sessionData: String)

returns cookie value names e.g sessionid, csrftoken

getExpiry(sessionData: String)

returns a date in string e.g Sun 24 Apr 2022 14:56:46 GMT

convertToDate(date: String)

returns the string in date format e.g Sun 24 Apr 2022 14:56:46